aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/adm/style
diff options
context:
space:
mode:
authorDhruv Goel <dhruv.goel92@gmail.com>2012-05-09 21:46:27 +0530
committerDhruv Goel <dhruv.goel92@gmail.com>2012-05-10 22:54:29 +0530
commitcf556f92c91816f6aef9028d911b5584f08842af (patch)
tree65444082c2afabb4ef4b97acccd1ce9929dfd767 /phpBB/adm/style
parent23ea588880a6793b53f2f4da0eb0609bed3fc90c (diff)
downloadforums-cf556f92c91816f6aef9028d911b5584f08842af.tar
forums-cf556f92c91816f6aef9028d911b5584f08842af.tar.gz
forums-cf556f92c91816f6aef9028d911b5584f08842af.tar.bz2
forums-cf556f92c91816f6aef9028d911b5584f08842af.tar.xz
forums-cf556f92c91816f6aef9028d911b5584f08842af.zip
[ticket/10308] fixes language variable name
Language variable has be renamed for better understanding 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 ea2700e5e4..1969428e38 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_HAS_POSTS == 0 -->
- {L_USER_NO_POSTS_DELETE}<input type="hidden" id="delete_type" name="delete_type" value="retain" />
+ {L_USER_NO_POSTS_TO_DELETE}<input type="hidden" id="delete_type" name="delete_type" value="retain" />
<!-- 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 -->