aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/language
diff options
context:
space:
mode:
authorMarek A. R <aptx@phpbb.com>2009-07-16 17:57:05 +0000
committerMarek A. R <aptx@phpbb.com>2009-07-16 17:57:05 +0000
commita7776919945450eb2c0a37af30b35695f93fae51 (patch)
tree5c9e13a93cf8c2f8313136f8a7a2302b521b5f14 /phpBB/language
parent7a5db8b55d163ae4b0b0bd433362dbbe8cbbfdf4 (diff)
downloadforums-a7776919945450eb2c0a37af30b35695f93fae51.tar
forums-a7776919945450eb2c0a37af30b35695f93fae51.tar.gz
forums-a7776919945450eb2c0a37af30b35695f93fae51.tar.bz2
forums-a7776919945450eb2c0a37af30b35695f93fae51.tar.xz
forums-a7776919945450eb2c0a37af30b35695f93fae51.zip
- Add pagination for icons and smilies in the ACP and smilies in the smiley popup
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9763 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/language')
-rw-r--r--phpBB/language/en/acp/board.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/phpBB/language/en/acp/board.php b/phpBB/language/en/acp/board.php
index f09548661f..b51db0ba57 100644
--- a/phpBB/language/en/acp/board.php
+++ b/phpBB/language/en/acp/board.php
@@ -175,6 +175,7 @@ $lang = array_merge($lang, array(
'QUOTE_DEPTH_LIMIT_EXPLAIN' => 'Maximum number of nested quotes in a post. Set to 0 for unlimited depth.',
'SMILIES_LIMIT' => 'Maximum smilies per post',
'SMILIES_LIMIT_EXPLAIN' => 'Maximum number of smilies in a post. Set to 0 for unlimited smilies.',
+ 'SMILIES_PER_PAGE' => 'Smilies per page',
'TOPICS_PER_PAGE' => 'Topics per page',
));