aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/language
diff options
context:
space:
mode:
authorMarc Alexander <admin@m-a-styles.de>2013-02-19 12:45:08 +0100
committerMarc Alexander <admin@m-a-styles.de>2013-02-19 12:45:08 +0100
commit3cc4746ad3220910b6cbb17772ba594ae26e7c32 (patch)
tree6946cb4464f47762b684ac25c35fdd9bed7b1bcf /phpBB/language
parenta9e0aea4b1587ac5ff6c94d2dc7e4d05c304423d (diff)
downloadforums-3cc4746ad3220910b6cbb17772ba594ae26e7c32.tar
forums-3cc4746ad3220910b6cbb17772ba594ae26e7c32.tar.gz
forums-3cc4746ad3220910b6cbb17772ba594ae26e7c32.tar.bz2
forums-3cc4746ad3220910b6cbb17772ba594ae26e7c32.tar.xz
forums-3cc4746ad3220910b6cbb17772ba594ae26e7c32.zip
[feature/avatars] Use "Main" as category for avatars in root of gallery
Before this change the whole avatar gallery path would show as category. Additionally, the avatars that were selected like that had an incorrect path and didn't show up correctly. With this patch it'll display "Main" as category and properly work. PHPBBB3-10018
Diffstat (limited to 'phpBB/language')
-rw-r--r--phpBB/language/en/common.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/phpBB/language/en/common.php b/phpBB/language/en/common.php
index 6c723a5060..7758d0af16 100644
--- a/phpBB/language/en/common.php
+++ b/phpBB/language/en/common.php
@@ -358,6 +358,7 @@ $lang = array_merge($lang, array(
'LOGOUT_USER' => 'Logout [ %s ]',
'LOG_ME_IN' => 'Remember me',
+ 'MAIN' => 'Main',
'MARK' => 'Mark',
'MARK_ALL' => 'Mark all',
'MARK_FORUMS_READ' => 'Mark forums read',