diff options
Diffstat (limited to 'phpBB/language')
| -rw-r--r-- | phpBB/language/en/acp/posting.php | 8 |
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', |
