diff options
| author | Joas Schilling <nickvergessen@gmx.de> | 2012-06-04 19:19:34 +0200 |
|---|---|---|
| committer | Joas Schilling <nickvergessen@gmx.de> | 2012-06-18 15:07:44 +0200 |
| commit | 00b5e5345dc44c99340bba932522b6b05b48dab2 (patch) | |
| tree | db205fa139b217088188960b1ff0fdf1da4cb042 /phpBB/language/en/common.php | |
| parent | 50936cb2eff3f80d99390c76ef6ac535e73f6cc3 (diff) | |
| download | forums-00b5e5345dc44c99340bba932522b6b05b48dab2.tar forums-00b5e5345dc44c99340bba932522b6b05b48dab2.tar.gz forums-00b5e5345dc44c99340bba932522b6b05b48dab2.tar.bz2 forums-00b5e5345dc44c99340bba932522b6b05b48dab2.tar.xz forums-00b5e5345dc44c99340bba932522b6b05b48dab2.zip | |
[feature/new-tz-handling] Fix displaying of "All times are" string
PHPBB3-9558
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 023ee2c89f..bbafb54108 100644 --- a/phpBB/language/en/common.php +++ b/phpBB/language/en/common.php @@ -74,7 +74,7 @@ $lang = array_merge($lang, array( 'ALL_FORUMS' => 'All forums', 'ALL_MESSAGES' => 'All messages', 'ALL_POSTS' => 'All posts', - 'ALL_TIMES' => 'All times are %1$s %2$s', + 'ALL_TIMES' => 'All times are <abbr title="%2$s">%1$s</abbr>', 'ALL_TOPICS' => 'All Topics', 'AND' => 'And', 'ARE_WATCHING_FORUM' => 'You have subscribed to be notified of new posts in this forum.', |
