1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-07 01:06:48 +02:00

[feature/new-tz-handling] Fix displaying of "All times are" string

PHPBB3-9558
This commit is contained in:
Joas Schilling
2012-06-04 19:19:34 +02:00
parent 50936cb2ef
commit 00b5e5345d
2 changed files with 10 additions and 2 deletions

View File

@@ -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.',