aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB
diff options
context:
space:
mode:
authordougk_ff7 <dougk_ff7@users.sourceforge.net>2002-03-10 03:41:33 +0000
committerdougk_ff7 <dougk_ff7@users.sourceforge.net>2002-03-10 03:41:33 +0000
commit59862f62f75823e1ff996ecbac76ef3b84b8338d (patch)
tree73889a8198f44b311dd8de26a639ad518774db11 /phpBB
parent0383e1b80a7048863a16bb533a9c8d6c5e94f091 (diff)
downloadforums-59862f62f75823e1ff996ecbac76ef3b84b8338d.tar
forums-59862f62f75823e1ff996ecbac76ef3b84b8338d.tar.gz
forums-59862f62f75823e1ff996ecbac76ef3b84b8338d.tar.bz2
forums-59862f62f75823e1ff996ecbac76ef3b84b8338d.tar.xz
forums-59862f62f75823e1ff996ecbac76ef3b84b8338d.zip
A small typo (missed it...)
Shouldn't be a problem, now. Doug git-svn-id: file:///svn/phpbb/trunk@2288 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB')
-rw-r--r--phpBB/language/lang_english/lang_admin.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/language/lang_english/lang_admin.php b/phpBB/language/lang_english/lang_admin.php
index e2125da525..02e21190dc 100644
--- a/phpBB/language/lang_english/lang_admin.php
+++ b/phpBB/language/lang_english/lang_admin.php
@@ -536,7 +536,7 @@ $lang['No_assigned_rank'] = "No special rank assigned";
$lang['Rank_updated'] = "The rank was successfully updated";
$lang['Rank_added'] = "The rank was successfully added";
$lang['Rank_removed'] = "The rank was successfully deleted";
-$lang['No_update_ranks'] = "The rank was successfully deleted, however user accounts using this rank were not updated. You will need to manually reset the rank on these accounts";
+$lang['No_update_ranks'] = "The rank was successfully deleted, however, user accounts using this rank were not updated. You will need to manually reset the rank on these accounts";
$lang['Click_return_rankadmin'] = "Click %sHere%s to return to Rank Administration";