aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/language/en/mcp.php
diff options
context:
space:
mode:
authorMeik Sievertsen <acydburn@phpbb.com>2006-08-12 19:36:36 +0000
committerMeik Sievertsen <acydburn@phpbb.com>2006-08-12 19:36:36 +0000
commit5b164b086b2aa6ba253aadf0a596d3ed20fbc7eb (patch)
tree796804bde04686eb3d5521a9b4f20462731e864c /phpBB/language/en/mcp.php
parent5c0b8186a0706a061cc11f9189987600af84db1c (diff)
downloadforums-5b164b086b2aa6ba253aadf0a596d3ed20fbc7eb.tar
forums-5b164b086b2aa6ba253aadf0a596d3ed20fbc7eb.tar.gz
forums-5b164b086b2aa6ba253aadf0a596d3ed20fbc7eb.tar.bz2
forums-5b164b086b2aa6ba253aadf0a596d3ed20fbc7eb.tar.xz
forums-5b164b086b2aa6ba253aadf0a596d3ed20fbc7eb.zip
make sure we do not have empty select fields
git-svn-id: file:///svn/phpbb/trunk@6286 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/language/en/mcp.php')
-rw-r--r--phpBB/language/en/mcp.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/phpBB/language/en/mcp.php b/phpBB/language/en/mcp.php
index 635c2e2a9c..46c9b90418 100644
--- a/phpBB/language/en/mcp.php
+++ b/phpBB/language/en/mcp.php
@@ -197,6 +197,7 @@ $lang = array_merge($lang, array(
'NOTIFY_USER_WARN' => 'Notify user about warning?',
'NOT_MODERATOR' => 'You are not a moderator of this forum',
'NO_DESTINATION_FORUM' => 'Please select a forum for destination',
+ 'NO_DESTINATION_FORUM_FOUND' => 'There is no destination forum available.',
'NO_ENTRIES' => 'No log entries for this period',
'NO_FEEDBACK' => 'No feedback exists for this user',
'NO_FINAL_TOPIC_SELECTED' => 'You have to select a destination topic for merging posts',