Skip to content

Commit

Permalink
[ticket/10308] fixes language variable name
Browse files Browse the repository at this point in the history
Language variable has be renamed for better understanding

PHPBB3-10308
  • Loading branch information
dhruvgoel92 committed May 10, 2012
1 parent 23ea588 commit cf556f9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion phpBB/adm/style/acp_users_overview.html
Expand Up @@ -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 -->
Expand Down
2 changes: 1 addition & 1 deletion phpBB/language/en/acp/users.php
Expand Up @@ -124,7 +124,7 @@
'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_DELETE' => 'The user has no posts to retain or delete.',
'USER_NO_POSTS_TO_DELETE' => '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.',
Expand Down

0 comments on commit cf556f9

Please sign in to comment.