[frio] Capitalize Jot tabs title
- Revert translation term change for "permissions"
This commit is contained in:
parent
24969d79d8
commit
a05a425448
|
@ -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'],
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue