1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-31 22:10:45 +02:00

[ticket/10308] fixes language entity.

Language key has been changed and has been made more specific to
avoid conflicts

PHPBB3-10308
This commit is contained in:
Dhruv Goel
2012-04-11 03:00:16 +05:30
parent 239e6016a3
commit 8f7e85604b
2 changed files with 2 additions and 2 deletions

View File

@@ -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">