]> git.mxchange.org Git - friendica.git/commitdiff
[frio] Capitalize a few terms for consistency
authorHypolite Petovan <ben.lort@gmail.com>
Thu, 29 Sep 2016 00:53:25 +0000 (20:53 -0400)
committerHypolite Petovan <ben.lort@gmail.com>
Thu, 29 Sep 2016 00:53:25 +0000 (20:53 -0400)
- 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
view/theme/frio/css/style.css

index 3415a927c923883e3bb6f1c70b61028a6aff2fc1..b0126e756705d9760bfa9f9b735bb442a4728440 100644 (file)
@@ -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'],
index cd13ee02fcc08d08415ae35c1553195487b5a77b..27a52633bc1beda90e97b435d800c4d8c2cf6777 100644 (file)
@@ -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 */