aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/language/en/common.php
diff options
context:
space:
mode:
authorRahul R <rahulr92@gmail.com>2012-04-09 01:43:44 +0530
committerRahul R <rahulr92@gmail.com>2012-04-09 01:43:44 +0530
commit303748b02db2aa76391f60770c292edf45cee360 (patch)
tree2447c191d0750058cfd9cf6c5b122fdbb96f0a3a /phpBB/language/en/common.php
parent2dec700aabcb8b5bebf707b41378ede61512e745 (diff)
downloadforums-303748b02db2aa76391f60770c292edf45cee360.tar
forums-303748b02db2aa76391f60770c292edf45cee360.tar.gz
forums-303748b02db2aa76391f60770c292edf45cee360.tar.bz2
forums-303748b02db2aa76391f60770c292edf45cee360.tar.xz
forums-303748b02db2aa76391f60770c292edf45cee360.zip
[ticket/10650] Added space after if and comment
Added space in proper places in database_update.php. Also corrected language entry of ELLIPSIS to utf8 PHPBB3-10650
Diffstat (limited to 'phpBB/language/en/common.php')
-rw-r--r--phpBB/language/en/common.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/language/en/common.php b/phpBB/language/en/common.php
index f46e5df4db..bf44ba0796 100644
--- a/phpBB/language/en/common.php
+++ b/phpBB/language/en/common.php
@@ -169,7 +169,7 @@ $lang = array_merge($lang, array(
),
'EDIT_POST' => 'Edit post',
- 'ELLIPSIS' => ' &#133;', // ...
+ 'ELLIPSIS' => ' ...',
'EMAIL' => 'E-mail', // Short form for EMAIL_ADDRESS
'EMAIL_ADDRESS' => 'E-mail address',
'EMAIL_SMTP_ERROR_RESPONSE' => 'Ran into problems sending e-mail at <strong>Line %1$s</strong>. Response: %2$s.',