aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/language/en
diff options
context:
space:
mode:
authorMeik Sievertsen <acydburn@phpbb.com>2006-03-28 14:04:55 +0000
committerMeik Sievertsen <acydburn@phpbb.com>2006-03-28 14:04:55 +0000
commit20e6dbb389b0eef201d192367d54ce3deac03c50 (patch)
tree260844fb25e52ed49587b1e7145b7c9749231ef2 /phpBB/language/en
parent8936be16287cdcf5d86a5d46cb212c1e7cab780b (diff)
downloadforums-20e6dbb389b0eef201d192367d54ce3deac03c50.tar
forums-20e6dbb389b0eef201d192367d54ce3deac03c50.tar.gz
forums-20e6dbb389b0eef201d192367d54ce3deac03c50.tar.bz2
forums-20e6dbb389b0eef201d192367d54ce3deac03c50.tar.xz
forums-20e6dbb389b0eef201d192367d54ce3deac03c50.zip
fixing some bugs
git-svn-id: file:///svn/phpbb/trunk@5742 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/language/en')
-rw-r--r--phpBB/language/en/acp/posting.php5
-rw-r--r--phpBB/language/en/acp/users.php2
2 files changed, 4 insertions, 3 deletions
diff --git a/phpBB/language/en/acp/posting.php b/phpBB/language/en/acp/posting.php
index b5043b8dd5..34f1cb7cb1 100644
--- a/phpBB/language/en/acp/posting.php
+++ b/phpBB/language/en/acp/posting.php
@@ -210,8 +210,9 @@ $lang = array_merge($lang, array(
'IS_NOT_TRANSLATED' => 'Reason has not been localized',
'IS_TRANSLATED' => 'Reason has been localized',
- 'NO_REASON' => 'Reason could not be found',
- 'NO_REASON_INFO' => 'You have to specify a title and a description for this reason.',
+ 'NO_REASON' => 'Reason could not be found',
+ 'NO_REASON_INFO' => 'You have to specify a title and a description for this reason.',
+ 'NO_REMOVE_DEFAULT_REASON' => 'You are not able to remove the default reason "Other".',
'REASON_ADD' => 'Add report/denial reason',
'REASON_ADDED' => 'Report/denial reason successfully added',
diff --git a/phpBB/language/en/acp/users.php b/phpBB/language/en/acp/users.php
index e60a2b7181..f928a99b5f 100644
--- a/phpBB/language/en/acp/users.php
+++ b/phpBB/language/en/acp/users.php
@@ -31,7 +31,7 @@ if (empty($lang) || !is_array($lang))
$lang = array_merge($lang, array(
'ADMIN_SIG_PREVIEW' => 'Signature preview',
- 'BAN_SUCCESSFULL' => 'Ban entered successfully',
+ 'BAN_SUCCESSFUL' => 'Ban entered successfully',
'CANNOT_REMOVE_ANONYMOUS' => 'You are not able to remove the guest user account.',
'CANNOT_REMOVE_YOURSELF' => 'You are not allowed to remove your own user account.',