diff options
author | Nathan <exreaction@phpbb.com> | 2012-07-14 18:12:57 -0500 |
---|---|---|
committer | Nathan Guse <nathaniel.guse@gmail.com> | 2012-07-22 14:32:03 -0500 |
commit | 67665f59577092badf7eb0b5585e5ae39c52c8da (patch) | |
tree | 93f6b91eef6b0f4cbb6bdb748cba089b5559a94c /phpBB/language/en | |
parent | 841ea0e494504400c798faa6cc860dd1179e1004 (diff) | |
download | forums-67665f59577092badf7eb0b5585e5ae39c52c8da.tar forums-67665f59577092badf7eb0b5585e5ae39c52c8da.tar.gz forums-67665f59577092badf7eb0b5585e5ae39c52c8da.tar.bz2 forums-67665f59577092badf7eb0b5585e5ae39c52c8da.tar.xz forums-67665f59577092badf7eb0b5585e5ae39c52c8da.zip |
[ticket/10990] Use $user->lang['COMMA_SEPARATOR'] when appropriate
PHPBB3-10990
Diffstat (limited to 'phpBB/language/en')
-rw-r--r-- | phpBB/language/en/common.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/language/en/common.php b/phpBB/language/en/common.php index d0afb846b4..f3dba1cba3 100644 --- a/phpBB/language/en/common.php +++ b/phpBB/language/en/common.php @@ -134,7 +134,7 @@ $lang = array_merge($lang, array( 'COLLAPSE_VIEW' => 'Collapse view', 'CLOSE_WINDOW' => 'Close window', 'COLOUR_SWATCH' => 'Colour swatch', - 'COMMA_SEPARATOR' => ', ', // Used in pagination of ACP & prosilver, use localised comma if appropriate, eg: Ideographic or Arabic + 'COMMA_SEPARATOR' => ', ', // Comma used to join lists into a single string, use localised comma if appropriate, eg: Ideographic or Arabic 'CONFIRM' => 'Confirm', 'CONFIRM_CODE' => 'Confirmation code', 'CONFIRM_CODE_EXPLAIN' => 'Enter the code exactly as it appears. All letters are case insensitive.', |