diff options
author | Meik Sievertsen <acydburn@phpbb.com> | 2006-10-23 15:13:45 +0000 |
---|---|---|
committer | Meik Sievertsen <acydburn@phpbb.com> | 2006-10-23 15:13:45 +0000 |
commit | 74e03ddf621c794243252f04ac4e2f81003ec87b (patch) | |
tree | 6a93de3f41c9f74e28474c2dd403ca39013fab6e /phpBB | |
parent | eb0c49da11162e1bc35b73889f22d46ed7b9b8b6 (diff) | |
download | forums-74e03ddf621c794243252f04ac4e2f81003ec87b.tar forums-74e03ddf621c794243252f04ac4e2f81003ec87b.tar.gz forums-74e03ddf621c794243252f04ac4e2f81003ec87b.tar.bz2 forums-74e03ddf621c794243252f04ac4e2f81003ec87b.tar.xz forums-74e03ddf621c794243252f04ac4e2f81003ec87b.zip |
- capitalize on menus (much much much much much much more readable)
- remove unneccessary "effective" (the view and the explanation should already imply this) to gain more space - we need to be as short as possible if labeling menu items.
git-svn-id: file:///svn/phpbb/trunk@6522 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB')
-rw-r--r-- | phpBB/adm/style/admin.css | 1 | ||||
-rw-r--r-- | phpBB/language/en/acp/common.php | 10 | ||||
-rw-r--r-- | phpBB/styles/subSilver/theme/stylesheet.css | 1 |
3 files changed, 7 insertions, 5 deletions
diff --git a/phpBB/adm/style/admin.css b/phpBB/adm/style/admin.css index 49ffae98af..889754a772 100644 --- a/phpBB/adm/style/admin.css +++ b/phpBB/adm/style/admin.css @@ -229,6 +229,7 @@ span.corners-top span, span.corners-bottom span { width: 20%; font-size: 100%; padding: 0; + text-transform: capitalize; } #menu p { diff --git a/phpBB/language/en/acp/common.php b/phpBB/language/en/acp/common.php index 7a3acf8e4e..77b9a5d5a1 100644 --- a/phpBB/language/en/acp/common.php +++ b/phpBB/language/en/acp/common.php @@ -180,11 +180,11 @@ $lang = array_merge($lang, array( 'ACP_VC_SETTINGS' => 'Visual confirmation settings', 'ACP_VC_CAPTCHA_DISPLAY' => 'CAPTCHA image preview', 'ACP_VERSION_CHECK' => 'Check for updates', - 'ACP_VIEW_ADMIN_PERMISSIONS' => 'View effective administrative permissions', - 'ACP_VIEW_FORUM_MOD_PERMISSIONS' => 'View effective forum moderation permissions', - 'ACP_VIEW_FORUM_PERMISSIONS' => 'View effective forum-based permissions', - 'ACP_VIEW_GLOBAL_MOD_PERMISSIONS' => 'View effective global moderatoration permissions', - 'ACP_VIEW_USER_PERMISSIONS' => 'View effective user-based permissions', + 'ACP_VIEW_ADMIN_PERMISSIONS' => 'View administrative permissions', + 'ACP_VIEW_FORUM_MOD_PERMISSIONS' => 'View forum moderation permissions', + 'ACP_VIEW_FORUM_PERMISSIONS' => 'View forum-based permissions', + 'ACP_VIEW_GLOBAL_MOD_PERMISSIONS' => 'View global moderatoration permissions', + 'ACP_VIEW_USER_PERMISSIONS' => 'View user-based permissions', 'ACP_WORDS' => 'Word censoring', diff --git a/phpBB/styles/subSilver/theme/stylesheet.css b/phpBB/styles/subSilver/theme/stylesheet.css index 69796cb3a5..c585aa6c92 100644 --- a/phpBB/styles/subSilver/theme/stylesheet.css +++ b/phpBB/styles/subSilver/theme/stylesheet.css @@ -227,6 +227,7 @@ p.topicdetails { margin: 0px; color: black; font-weight: bold; + text-transform: capitalize; } .pagination { |