diff options
author | Henry Sudhof <kellanved@phpbb.com> | 2007-07-29 11:44:31 +0000 |
---|---|---|
committer | Henry Sudhof <kellanved@phpbb.com> | 2007-07-29 11:44:31 +0000 |
commit | 2915ba1a5a4c9e543e770cc693791aa867e536e3 (patch) | |
tree | ae7a39edcf614bbefd6dffc1af13059b825d891d /phpBB | |
parent | bb3c365f45314bbc34f3abfd626797d5ed496852 (diff) | |
download | forums-2915ba1a5a4c9e543e770cc693791aa867e536e3.tar forums-2915ba1a5a4c9e543e770cc693791aa867e536e3.tar.gz forums-2915ba1a5a4c9e543e770cc693791aa867e536e3.tar.bz2 forums-2915ba1a5a4c9e543e770cc693791aa867e536e3.tar.xz forums-2915ba1a5a4c9e543e770cc693791aa867e536e3.zip |
minor correction
git-svn-id: file:///svn/phpbb/trunk@7978 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB')
-rw-r--r-- | phpBB/language/en/ucp.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/phpBB/language/en/ucp.php b/phpBB/language/en/ucp.php index 34040317a0..44ae3bc196 100644 --- a/phpBB/language/en/ucp.php +++ b/phpBB/language/en/ucp.php @@ -104,8 +104,8 @@ $lang = array_merge($lang, array( 'BOOKMARKS_REMOVED' => 'Bookmarks removed successfully.', 'CANNOT_EDIT_MESSAGE_TIME' => 'You can no longer edit or delete that message.', - 'CANNOT_MOVE_TO_SAME_FOLDER'=> 'Messages can not be moved to the folder you want to remove.', - 'CANNOT_MOVE_FROM_SPECIAL' => 'Messages can not be moved from the outbox.', + 'CANNOT_MOVE_TO_SAME_FOLDER'=> 'Messages cannot be moved to the folder you want to remove.', + 'CANNOT_MOVE_FROM_SPECIAL' => 'Messages cannot be moved from the outbox.', 'CANNOT_RENAME_FOLDER' => 'This folder can not be renamed.', 'CANNOT_REMOVE_FOLDER' => 'This folder can not be removed.', 'CHANGE_DEFAULT_GROUP' => 'Change default group', |