aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/language
diff options
context:
space:
mode:
authorTristan Darricau <tristan.darricau@sensiolabs.com>2015-09-09 11:02:22 +0200
committerTristan Darricau <tristan.darricau@sensiolabs.com>2015-09-09 11:02:22 +0200
commitb83ce0a702583aec717a7be6363b950b63a45f45 (patch)
treed51c944d6e163140fe72c7ee6b239cf992ca8d62 /phpBB/language
parent23205ca0cc8c71e17b4a514dffb474e9c28bd585 (diff)
parentb4dbb5b249f7856c7ac9c38f6be3c8244a974f95 (diff)
downloadforums-b83ce0a702583aec717a7be6363b950b63a45f45.tar
forums-b83ce0a702583aec717a7be6363b950b63a45f45.tar.gz
forums-b83ce0a702583aec717a7be6363b950b63a45f45.tar.bz2
forums-b83ce0a702583aec717a7be6363b950b63a45f45.tar.xz
forums-b83ce0a702583aec717a7be6363b950b63a45f45.zip
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
Diffstat (limited to 'phpBB/language')
-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 292d30dd1c..bde9a91267 100644
--- a/phpBB/language/en/common.php
+++ b/phpBB/language/en/common.php
@@ -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.',