diff options
author | Jonathan Stanley <shs@users.sourceforge.net> | 2006-10-03 13:39:55 +0000 |
---|---|---|
committer | Jonathan Stanley <shs@users.sourceforge.net> | 2006-10-03 13:39:55 +0000 |
commit | d7f87be493589daf3d0996eb83f489c62d4380a7 (patch) | |
tree | 64b066ce488ccea35ada71a46cb777b72a3d0b61 | |
parent | 71c30b8157a41d64f60754fcb11922b53ee82235 (diff) | |
download | forums-d7f87be493589daf3d0996eb83f489c62d4380a7.tar forums-d7f87be493589daf3d0996eb83f489c62d4380a7.tar.gz forums-d7f87be493589daf3d0996eb83f489c62d4380a7.tar.bz2 forums-d7f87be493589daf3d0996eb83f489c62d4380a7.tar.xz forums-d7f87be493589daf3d0996eb83f489c62d4380a7.zip |
Reworded string to better clarify the error
git-svn-id: file:///svn/phpbb/trunk@6435 89ea8834-ac86-4346-8a33-228a782c2dd0
-rw-r--r-- | phpBB/language/en/mcp.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/language/en/mcp.php b/phpBB/language/en/mcp.php index 14ef461436..b9b1e98ac7 100644 --- a/phpBB/language/en/mcp.php +++ b/phpBB/language/en/mcp.php @@ -48,7 +48,7 @@ $lang = array_merge($lang, array( 'APPROVE_POSTS_CONFIRM' => 'Are you sure you want to approve the selected posts?', 'CANNOT_MOVE_SAME_FORUM'=> 'You cannot move a topic to the forum it’s already in', - 'CANNOT_WARN_ANONYMOUS' => 'You cannot warn an guest user', + 'CANNOT_WARN_ANONYMOUS' => 'You cannot warn unregistered guest users', 'CANNOT_WARN_SELF' => 'You cannot warn yourself', 'CAN_LEAVE_BLANK' => 'This can be left blank.', 'CHANGE_POSTER' => 'Change poster', |