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/adm/style | |
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/adm/style')
-rw-r--r-- | phpBB/adm/style/acp_users_overview.html | 2 |
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 b158995563..73be17c4c1 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><select id="delete_type" name="delete_type"><option class="sep" value="">{L_SELECT_OPTION}</option><option value="retain"<!-- IF USER_POSTS == 0 --> disabled="disabled" class="disabled-option"<!-- ENDIF -->>{L_RETAIN_POSTS}</option><option value="remove"<!-- IF USER_POSTS == 0 --> disabled="disabled" class="disabled-option"<!-- ENDIF -->>{L_DELETE_POSTS}</option></select></dd> <!-- IF USER_POSTS == 0 --> - <dd>{L_NO_POSTS}</dd> + <dd>{L_USER_NO_POSTS}</dd> <!-- ENDIF --> </dl> <p class="quick"> |