[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:
parent
34acfa1706
commit
b99b0ad931
|
@ -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)') : ''),
|
'$placeholdercategory' => (feature_enabled(local_user(),'categories') ? t('Categories (comma-separated list)') : ''),
|
||||||
'$wait' => t('Please wait'),
|
'$wait' => t('Please wait'),
|
||||||
'$permset' => t('Permission settings'),
|
'$permset' => t('Permission settings'),
|
||||||
'$shortpermset' => t('permissions'),
|
'$shortpermset' => t('Permissions'),
|
||||||
'$ptyp' => (($notes_cid) ? 'note' : 'wall'),
|
'$ptyp' => (($notes_cid) ? 'note' : 'wall'),
|
||||||
'$content' => $x['content'],
|
'$content' => $x['content'],
|
||||||
'$post_id' => $x['post_id'],
|
'$post_id' => $x['post_id'],
|
||||||
|
|
|
@ -1498,6 +1498,7 @@ blockquote.shared_content {
|
||||||
.wall-item-actions .button-likes {
|
.wall-item-actions .button-likes {
|
||||||
padding-left: 0px;
|
padding-left: 0px;
|
||||||
padding-right: 0px;
|
padding-right: 0px;
|
||||||
|
text-transform: capitalize;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* wall item hover effects */
|
/* wall item hover effects */
|
||||||
|
|
Loading…
Reference in New Issue
Block a user