[frio] Capitalize a few terms for consistency

- Changed the translation term "permissions" because only frio is using
it
- Changed the vote links style because it is shared with other themes
This commit is contained in:
Hypolite Petovan
2016-09-28 20:53:25 -04:00
parent 34acfa1706
commit b99b0ad931
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'],