[frio] Capitalize Jot tabs title

- Revert translation term change for "permissions"
This commit is contained in:
Hypolite Petovan 2016-09-28 21:09:03 -04:00
parent 24969d79d8
commit a05a425448
2 changed files with 2 additions and 1 deletions

View 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'],

View 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;