aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/language
diff options
context:
space:
mode:
authorDhruv Goel <dhruv.goel92@gmail.com>2012-04-20 17:11:07 +0530
committerDhruv Goel <dhruv.goel92@gmail.com>2012-05-10 22:50:13 +0530
commit59177a86c4160a4879aaf77e602f91ccea0fb107 (patch)
tree2926fd1e62fa4782353d3ec2e2c7860885c5f0df /phpBB/language
parent8f7e85604bb36679db1baa37588fc5e39a8b853f (diff)
downloadforums-59177a86c4160a4879aaf77e602f91ccea0fb107.tar
forums-59177a86c4160a4879aaf77e602f91ccea0fb107.tar.gz
forums-59177a86c4160a4879aaf77e602f91ccea0fb107.tar.bz2
forums-59177a86c4160a4879aaf77e602f91ccea0fb107.tar.xz
forums-59177a86c4160a4879aaf77e602f91ccea0fb107.zip
[ticket/10308] fix language and user's total posts
language modified to be clear and select box disappears in case no posts by user. user's total posts are fetched using a new query. PHPBB3-10308
Diffstat (limited to 'phpBB/language')
-rw-r--r--phpBB/language/en/acp/users.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/language/en/acp/users.php b/phpBB/language/en/acp/users.php
index 25e172e55c..7f3a3d2a48 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.',
+ 'USER_NO_POSTS' => '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.',