From 47f7992bf167e1ea3e09999cba52c9a6e6d8d529 Mon Sep 17 00:00:00 2001 From: David King Date: Wed, 30 Oct 2013 21:15:38 -0700 Subject: [PATCH] [ticket/11975] Change shortened ACP/MCP label to Administer/Moderate Also utilizing the new data-responsive-text attribute PHPBB3-11975 --- phpBB/language/en/common.php | 4 ++-- phpBB/styles/prosilver/template/index_body.html | 2 +- phpBB/styles/prosilver/template/mcp_header.html | 6 +++--- phpBB/styles/prosilver/template/viewforum_body.html | 2 +- phpBB/styles/prosilver/template/viewtopic_body.html | 2 +- 5 files changed, 8 insertions(+), 8 deletions(-) diff --git a/phpBB/language/en/common.php b/phpBB/language/en/common.php index 796b6eedda..a939689f9c 100644 --- a/phpBB/language/en/common.php +++ b/phpBB/language/en/common.php @@ -62,7 +62,7 @@ $lang = array_merge($lang, array( 'ACCOUNT_DEACTIVATED' => 'Your account has been manually deactivated and is only able to be reactivated by an administrator.', 'ACCOUNT_NOT_ACTIVATED' => 'Your account has not been activated yet.', 'ACP' => 'Administration Control Panel', - 'ACP_SHORT' => 'ACP', + 'ACP_SHORT' => 'Administer', 'ACTIVE' => 'active', 'ACTIVE_ERROR' => 'The specified username is currently inactive. If you have problems activating your account, please contact a board administrator.', 'ADMINISTRATOR' => 'Administrator', @@ -382,7 +382,7 @@ $lang = array_merge($lang, array( 'MB' => 'MB', 'MIB' => 'MiB', 'MCP' => 'Moderator Control Panel', - 'MCP_SHORT' => 'MCP', + 'MCP_SHORT' => 'Moderate', 'MEMBERLIST' => 'Members', 'MEMBERLIST_EXPLAIN' => 'View complete list of members', 'MERGE' => 'Merge', diff --git a/phpBB/styles/prosilver/template/index_body.html b/phpBB/styles/prosilver/template/index_body.html index 89efee4e15..8acc0a8812 100644 --- a/phpBB/styles/prosilver/template/index_body.html +++ b/phpBB/styles/prosilver/template/index_body.html @@ -1,7 +1,7 @@

{LAST_VISIT_DATE}{CURRENT_TIME}

-

{CURRENT_TIME}
{L_ACP} | {L_MCP} ]

{CURRENT_TIME}

+

{CURRENT_TIME}
{L_ACP} | {L_MCP} ]