mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-30 21:40:43 +02:00
Merge pull request #3876 from VSEphpbb/ticket/14138
[ticket/14138] Use span tags instead of abbr * VSEphpbb/ticket/14138: [ticket/14138] Use span tags instead of abbr
This commit is contained in:
@@ -81,7 +81,7 @@ $lang = array_merge($lang, array(
|
||||
'ALL_FORUMS' => 'All forums',
|
||||
'ALL_MESSAGES' => 'All messages',
|
||||
'ALL_POSTS' => 'All posts',
|
||||
'ALL_TIMES' => 'All times are <abbr title="%2$s">%1$s</abbr>',
|
||||
'ALL_TIMES' => 'All times are <span title="%2$s">%1$s</span>',
|
||||
'ALL_TOPICS' => 'All Topics',
|
||||
'AND' => 'And',
|
||||
'ARE_WATCHING_FORUM' => 'You have subscribed to be notified of new posts in this forum.',
|
||||
|
Reference in New Issue
Block a user