diff --git a/include/conversation.php b/include/conversation.php index b0126e7567..3415a927c9 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 73796356e7..18b7514503 100644 --- a/view/theme/frio/css/style.css +++ b/view/theme/frio/css/style.css @@ -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;