aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/language
diff options
context:
space:
mode:
authorMeik Sievertsen <acydburn@phpbb.com>2006-05-20 14:20:12 +0000
committerMeik Sievertsen <acydburn@phpbb.com>2006-05-20 14:20:12 +0000
commitdbb6b3f6cf182579cac5bd0baf4f34744d0b1153 (patch)
tree8191075d52ad8907c8baea69475daafc957e6c0a /phpBB/language
parentf77c0f0541f1c37b8d4f526857a5a288f84042d5 (diff)
downloadforums-dbb6b3f6cf182579cac5bd0baf4f34744d0b1153.tar
forums-dbb6b3f6cf182579cac5bd0baf4f34744d0b1153.tar.gz
forums-dbb6b3f6cf182579cac5bd0baf4f34744d0b1153.tar.bz2
forums-dbb6b3f6cf182579cac5bd0baf4f34744d0b1153.tar.xz
forums-dbb6b3f6cf182579cac5bd0baf4f34744d0b1153.zip
- actually let the user import smilies/icons paks. ;)
- fix TRUNCATE TABLE syntax (mssql does not understand TRUNCATE alone) git-svn-id: file:///svn/phpbb/trunk@5944 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/language')
-rw-r--r--phpBB/language/en/acp/posting.php8
1 files changed, 5 insertions, 3 deletions
diff --git a/phpBB/language/en/acp/posting.php b/phpBB/language/en/acp/posting.php
index 7ecb16ec1f..e26400d1a4 100644
--- a/phpBB/language/en/acp/posting.php
+++ b/phpBB/language/en/acp/posting.php
@@ -74,9 +74,11 @@ $lang = array_merge($lang, array(
'AFTER_ICONS' => 'After %s',
'AFTER_SMILIES' => 'After %s',
- 'CODE' => 'Code',
- 'CURRENT_ICONS' => 'Current icons',
- 'CURRENT_SMILIES' => 'Current smilies',
+ 'CODE' => 'Code',
+ 'CURRENT_ICONS' => 'Current icons',
+ 'CURRENT_ICONS_EXPLAIN' => 'Choose what to do with the currently installed icons',
+ 'CURRENT_SMILIES' => 'Current smilies',
+ 'CURRENT_SMILIES_EXPLAIN' => 'Choose what to do with the currently installed smilies',
'DISPLAY_ON_POSTING' => 'Display on posting',