diff options
author | Dhruv Goel <dhruv.goel92@gmail.com> | 2012-04-11 03:00:16 +0530 |
---|---|---|
committer | Dhruv Goel <dhruv.goel92@gmail.com> | 2012-05-10 22:49:24 +0530 |
commit | 8f7e85604bb36679db1baa37588fc5e39a8b853f (patch) | |
tree | 58da08a66588ed340980e0dc8f037af0b6063dc8 /phpBB/language/en/acp | |
parent | 239e6016a308cd80135ebe9d7057c2eb102af29d (diff) | |
download | forums-8f7e85604bb36679db1baa37588fc5e39a8b853f.tar forums-8f7e85604bb36679db1baa37588fc5e39a8b853f.tar.gz forums-8f7e85604bb36679db1baa37588fc5e39a8b853f.tar.bz2 forums-8f7e85604bb36679db1baa37588fc5e39a8b853f.tar.xz forums-8f7e85604bb36679db1baa37588fc5e39a8b853f.zip |
[ticket/10308] fixes language entity.
Language key has been changed and has been made more specific to
avoid conflicts
PHPBB3-10308
Diffstat (limited to 'phpBB/language/en/acp')
-rw-r--r-- | phpBB/language/en/acp/users.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/language/en/acp/users.php b/phpBB/language/en/acp/users.php index 928699fd11..25e172e55c 100644 --- a/phpBB/language/en/acp/users.php +++ b/phpBB/language/en/acp/users.php @@ -77,7 +77,6 @@ $lang = array_merge($lang, array( 'MOVE_POSTS_EXPLAIN' => 'Please select the forum to which you wish to move all the posts this user has made.', - 'NO_POSTS' => 'The user has no posts.', 'NO_SPECIAL_RANK' => 'No special rank assigned', 'NO_WARNINGS' => 'No warnings.', 'NOT_MANAGE_FOUNDER' => 'You tried to manage a user with founder status. Only founders are allowed to manage other founders.', @@ -125,6 +124,7 @@ $lang = array_merge($lang, array( 'USER_GROUP_SPECIAL' => 'Pre-defined groups user is a member of', 'USER_LIFTED_NR' => 'Successfully removed the user’s newly registered status.', 'USER_NO_ATTACHMENTS' => 'There are no attached files to display.', + 'USER_NO_POSTS' => 'The user has no posts.', 'USER_OUTBOX_EMPTIED' => 'Successfully emptied user’s private message outbox.', 'USER_OUTBOX_EMPTY' => 'The user’s private message outbox was already empty.', 'USER_OVERVIEW_UPDATED' => 'User details updated.', |