Skip to content

Commit e111d7b

Browse files
committed
[ticket/12037] Fix hard-coded text in acp_inactive.html.
PHPBB3-12037
1 parent af3417c commit e111d7b

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

phpBB/adm/style/acp_inactive.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ <h2>{L_INACTIVE_USERS}</h2>
5353
</table>
5454

5555
<fieldset class="display-options">
56-
{L_DISPLAY_LOG}: &nbsp;{S_LIMIT_DAYS}&nbsp;{L_SORT_BY}: {S_SORT_KEY} {S_SORT_DIR}<!-- IF PAGINATION -->&nbsp;Users per page: <input class="inputbox autowidth" type="text" name="users_per_page" id="users_per_page" size="3" value="{USERS_PER_PAGE}" /><!-- ENDIF -->
56+
{L_DISPLAY_LOG}: &nbsp;{S_LIMIT_DAYS}&nbsp;{L_SORT_BY}: {S_SORT_KEY} {S_SORT_DIR}<!-- IF PAGINATION -->&nbsp;{L_USERS_PER_PAGE}: <input class="inputbox autowidth" type="text" name="users_per_page" id="users_per_page" size="3" value="{USERS_PER_PAGE}" /><!-- ENDIF -->
5757
<input class="button2" type="submit" value="{L_GO}" name="sort" />
5858
</fieldset>
5959

phpBB/language/en/memberlist.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -138,6 +138,7 @@
138138
),
139139
'USER_ONLINE' => 'Online',
140140
'USER_PRESENCE' => 'Board presence',
141+
'USERS_PER_PAGE' => 'Users per page',
141142

142143
'VIEWING_PROFILE' => 'Viewing profile - %s',
143144
'VISITED' => 'Last visited',

0 commit comments

Comments
 (0)