mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-29 06:38:52 +00:00
[ticket/11239] Removing hard-coded, language specific possessive
PHPBB3-11239
This commit is contained in:
parent
7647b51d5d
commit
4d191f254d
1 changed files with 1 additions and 1 deletions
|
@ -158,7 +158,7 @@ class acp_users
|
|||
trigger_error($user->lang['NOT_MANAGE_FOUNDER'] . adm_back_link($this->u_action), E_USER_WARNING);
|
||||
}
|
||||
|
||||
$this->page_title = $user_row['username'] . '\'s ' . $user->lang('ACP_USER_' . strtoupper($mode));
|
||||
$this->page_title = $user_row['username'] . ' :: ' . $user->lang('ACP_USER_' . strtoupper($mode));
|
||||
|
||||
switch ($mode)
|
||||
{
|
||||
|
|
Loading…
Add table
Reference in a new issue