We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 543ced0 commit 14916abCopy full SHA for 14916ab
language/en/memberlist.php
@@ -35,8 +35,12 @@
35
// You do not need this where single placeholders are used, e.g. 'Message %d' is fine
36
// equally where a string contains only two placeholders which are used to wrap text
37
// 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
42
43
$lang = array_merge($lang, array(
44
'USER_TOTAL_CONTRIBUTIONS' => 'Total contributions',
- 'SEARCH_USER_CONTRIBUTIONS' => 'Search user\'s contributions',
45
+ 'SEARCH_USER_CONTRIBUTIONS' => 'Search user’s contributions',
46
));
0 commit comments