diff options
author | Dhruv Goel <dhruv.goel92@gmail.com> | 2012-04-20 23:11:55 +0530 |
---|---|---|
committer | Dhruv Goel <dhruv.goel92@gmail.com> | 2012-05-10 22:51:08 +0530 |
commit | faf232219ef3b7a5dcc3d22639d4005040b0d8ad (patch) | |
tree | 95a3e2d03eef29ca1c1c8d466090856e23e7fcb4 /phpBB/language | |
parent | 59177a86c4160a4879aaf77e602f91ccea0fb107 (diff) | |
download | forums-faf232219ef3b7a5dcc3d22639d4005040b0d8ad.tar forums-faf232219ef3b7a5dcc3d22639d4005040b0d8ad.tar.gz forums-faf232219ef3b7a5dcc3d22639d4005040b0d8ad.tar.bz2 forums-faf232219ef3b7a5dcc3d22639d4005040b0d8ad.tar.xz forums-faf232219ef3b7a5dcc3d22639d4005040b0d8ad.zip |
[ticket/10308] renames language key to USER_NO_POSTS_DELETE
language key renamed to make its usability more clearer.
PHPBB3-10308
Diffstat (limited to 'phpBB/language')
-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 7f3a3d2a48..52b7a35eac 100644 --- a/phpBB/language/en/acp/users.php +++ b/phpBB/language/en/acp/users.php @@ -124,7 +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 to retain or delete.', + 'USER_NO_POSTS_DELETE' => 'The user has no posts to retain or delete.', '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.', |