From b99b0ad931dc5b0f3aaf19bebb17c572e835ea7f Mon Sep 17 00:00:00 2001 From: Hypolite Petovan Date: Wed, 28 Sep 2016 20:53:25 -0400 Subject: [PATCH] [frio] Capitalize a few terms for consistency - Changed the translation term "permissions" because only frio is using it - Changed the vote links style because it is shared with other themes --- include/conversation.php | 2 +- view/theme/frio/css/style.css | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/include/conversation.php b/include/conversation.php index 3415a927c9..b0126e7567 100644 --- a/include/conversation.php +++ b/include/conversation.php @@ -1252,7 +1252,7 @@ function status_editor($a,$x, $notes_cid = 0, $popup=false) { '$placeholdercategory' => (feature_enabled(local_user(),'categories') ? t('Categories (comma-separated list)') : ''), '$wait' => t('Please wait'), '$permset' => t('Permission settings'), - '$shortpermset' => t('permissions'), + '$shortpermset' => t('Permissions'), '$ptyp' => (($notes_cid) ? 'note' : 'wall'), '$content' => $x['content'], '$post_id' => $x['post_id'], diff --git a/view/theme/frio/css/style.css b/view/theme/frio/css/style.css index cd13ee02fc..27a52633bc 100644 --- a/view/theme/frio/css/style.css +++ b/view/theme/frio/css/style.css @@ -1498,6 +1498,7 @@ blockquote.shared_content { .wall-item-actions .button-likes { padding-left: 0px; padding-right: 0px; + text-transform: capitalize; } /* wall item hover effects */