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
This commit is contained in:
dougk_ff7 2002-03-10 03:41:33 +00:00
parent 0383e1b80a
commit 59862f62f7

View file

@ -536,7 +536,7 @@ $lang['No_assigned_rank'] = "No special rank assigned";
$lang['Rank_updated'] = "The rank was successfully updated"; $lang['Rank_updated'] = "The rank was successfully updated";
$lang['Rank_added'] = "The rank was successfully added"; $lang['Rank_added'] = "The rank was successfully added";
$lang['Rank_removed'] = "The rank was successfully deleted"; $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"; $lang['Click_return_rankadmin'] = "Click %sHere%s to return to Rank Administration";