Update capitalization of "Permissions" translation string
authorHypolite Petovan <hypolite@mrpetovan.com>
Tue, 8 Sep 2020 01:25:04 +0000 (21:25 -0400)
committerHypolite Petovan <hypolite@mrpetovan.com>
Tue, 8 Sep 2020 01:25:04 +0000 (21:25 -0400)
include/conversation.php
mod/editpost.php
view/theme/frio/css/style.css

index 64c8228..f5f27f6 100644 (file)
@@ -1190,7 +1190,7 @@ function status_editor(App $a, $x, $notes_cid = 0, $popup = false)
                '$placeholdercategory' => Feature::isEnabled(local_user(), 'categories') ? DI::l10n()->t("Categories \x28comma-separated list\x29") : '',
                '$wait'         => DI::l10n()->t('Please wait'),
                '$permset'      => DI::l10n()->t('Permission settings'),
-               '$shortpermset' => DI::l10n()->t('permissions'),
+               '$shortpermset' => DI::l10n()->t('Permissions'),
                '$wall'         => $notes_cid ? 0 : 1,
                '$posttype'     => $notes_cid ? Item::PT_PERSONAL_NOTE : Item::PT_ARTICLE,
                '$content'      => $x['content'] ?? '',
index cfca769..209fbcf 100644 (file)
@@ -131,7 +131,7 @@ function editpost_content(App $a)
                //jot nav tab (used in some themes)
                '$message' => DI::l10n()->t('Message'),
                '$browser' => DI::l10n()->t('Browser'),
-               '$shortpermset' => DI::l10n()->t('permissions'),
+               '$shortpermset' => DI::l10n()->t('Permissions'),
 
                '$compose_link_title' => DI::l10n()->t('Open Compose page'),
        ]);
index 9ef8c63..95e551f 100644 (file)
@@ -1186,7 +1186,6 @@ section #jotOpen {
 #jot-modal .modal-header a, #jot-modal .modal-header .btn-link,
 #profile-jot-submit-wrapper a, #profile-jot-submit-wrapper .btn-link {
     color: $font_color_darker;
-    text-transform: capitalize;
 }
 #jot-modal .modal-header {
     border-bottom: none;