Skip to content

Commit 14916ab

Browse files
committed
Switch to curly apostrophe in lang string
1 parent 543ced0 commit 14916ab

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

language/en/memberlist.php

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,12 @@
3535
// You do not need this where single placeholders are used, e.g. 'Message %d' is fine
3636
// equally where a string contains only two placeholders which are used to wrap text
3737
// in a url you again do not need to specify an order e.g., 'Click %sHERE%s' is fine
38+
//
39+
// Some characters you may want to copy&paste:
40+
// ’ » “ ” …
41+
//
3842

3943
$lang = array_merge($lang, array(
4044
'USER_TOTAL_CONTRIBUTIONS' => 'Total contributions',
41-
'SEARCH_USER_CONTRIBUTIONS' => 'Search user\'s contributions',
45+
'SEARCH_USER_CONTRIBUTIONS' => 'Search users contributions',
4246
));

0 commit comments

Comments
 (0)