aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/adm/style
diff options
context:
space:
mode:
authorDhruv Goel <dhruv.goel92@gmail.com>2012-04-20 23:11:55 +0530
committerDhruv Goel <dhruv.goel92@gmail.com>2012-05-10 22:51:08 +0530
commitfaf232219ef3b7a5dcc3d22639d4005040b0d8ad (patch)
tree95a3e2d03eef29ca1c1c8d466090856e23e7fcb4 /phpBB/adm/style
parent59177a86c4160a4879aaf77e602f91ccea0fb107 (diff)
downloadforums-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/adm/style')
-rw-r--r--phpBB/adm/style/acp_users_overview.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/adm/style/acp_users_overview.html b/phpBB/adm/style/acp_users_overview.html
index e6a1411bbb..2a27cc2a63 100644
--- a/phpBB/adm/style/acp_users_overview.html
+++ b/phpBB/adm/style/acp_users_overview.html
@@ -142,7 +142,7 @@
<dt><label for="delete_type">{L_DELETE_USER}:</label><br /><span>{L_DELETE_USER_EXPLAIN}</span></dt>
<dd>
<!-- IF USER_TOTAL_POSTS == 0 -->
- {L_USER_NO_POSTS}
+ {L_USER_NO_POSTS_DELETE}
<!-- ELSE -->
<select id="delete_type" name="delete_type"><option class="sep" value="">{L_SELECT_OPTION}</option><option value="retain">{L_RETAIN_POSTS}</option><option value="remove">{L_DELETE_POSTS}</option></select></dd>
<!-- ENDIF -->