diff options
| author | Rahul R <rahulr92@gmail.com> | 2012-04-09 01:43:44 +0530 |
|---|---|---|
| committer | Rahul R <rahulr92@gmail.com> | 2012-04-09 01:43:44 +0530 |
| commit | 303748b02db2aa76391f60770c292edf45cee360 (patch) | |
| tree | 2447c191d0750058cfd9cf6c5b122fdbb96f0a3a /phpBB/language/en/common.php | |
| parent | 2dec700aabcb8b5bebf707b41378ede61512e745 (diff) | |
| download | forums-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.php | 2 |
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' => ' …', // ... + '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.', |
