]> git.mxchange.org Git - friendica.git/commitdiff
[frio] Capitalize Jot tabs title
authorHypolite Petovan <ben.lort@gmail.com>
Thu, 29 Sep 2016 01:09:03 +0000 (21:09 -0400)
committerHypolite Petovan <ben.lort@gmail.com>
Thu, 29 Sep 2016 01:09:03 +0000 (21:09 -0400)
- Revert translation term change for "permissions"

include/conversation.php
view/theme/frio/css/style.css

index b0126e756705d9760bfa9f9b735bb442a4728440..3415a927c923883e3bb6f1c70b61028a6aff2fc1 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 73796356e76b6c681cb1e7f196e34dcea0bbc900..18b7514503441ad40d83e2c0e7b829bef3f985b7 100644 (file)
@@ -1123,6 +1123,7 @@ section #jotOpen {
 #jot-modal .modal-header a,
 #profile-jot-submit-wrapper a {
     color: #555;
+    text-transform: capitalize;
 }
 #jot-modal .modal-header {
     border-bottom: none;