diff options
author | Zoddo <zoddo.ino@gmail.com> | 2015-09-12 00:53:33 +0200 |
---|---|---|
committer | Zoddo <zoddo.ino@gmail.com> | 2015-10-10 15:29:31 +0200 |
commit | 3937f1f4ae77b29faf69292783cc3ae267785ee4 (patch) | |
tree | f1764ac1f6c81f6b464e27665e73cf403644a7be /phpBB/language | |
parent | 8f6b50922ffc7d6c55fdfecf09ccde293546db24 (diff) | |
download | forums-3937f1f4ae77b29faf69292783cc3ae267785ee4.tar forums-3937f1f4ae77b29faf69292783cc3ae267785ee4.tar.gz forums-3937f1f4ae77b29faf69292783cc3ae267785ee4.tar.bz2 forums-3937f1f4ae77b29faf69292783cc3ae267785ee4.tar.xz forums-3937f1f4ae77b29faf69292783cc3ae267785ee4.zip |
[ticket/14157] Allow to set the alt/title attribute on post icons
PHPBB3-14157
Diffstat (limited to 'phpBB/language')
-rw-r--r-- | phpBB/language/en/common.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/phpBB/language/en/common.php b/phpBB/language/en/common.php index bde9a91267..5c4e76b37f 100644 --- a/phpBB/language/en/common.php +++ b/phpBB/language/en/common.php @@ -83,6 +83,7 @@ $lang = array_merge($lang, array( 'ALL_POSTS' => 'All posts', 'ALL_TIMES' => 'All times are <span title="%2$s">%1$s</span>', 'ALL_TOPICS' => 'All Topics', + 'ALT_TEXT' => 'Alternative text', 'AND' => 'And', 'ARE_WATCHING_FORUM' => 'You have subscribed to be notified of new posts in this forum.', 'ARE_WATCHING_TOPIC' => 'You have subscribed to be notified of new posts in this topic.', |