]> git.mxchange.org Git - friendica.git/blobdiff - mod/editpost.php
Added description
[friendica.git] / mod / editpost.php
index cfca7695e0dd397eaa9208d9ea5e1a4f99b67c46..ff2d0f5552b6b3e627c00af5a70ac3831b555037 100644 (file)
@@ -66,7 +66,8 @@ function editpost_content(App $a)
        DI::page()['htmlhead'] .= Renderer::replaceMacros($tpl, [
                '$ispublic' => '&nbsp;', // DI::l10n()->t('Visible to <strong>everybody</strong>'),
                '$geotag' => $geotag,
-               '$nickname' => $a->user['nickname']
+               '$nickname' => $a->user['nickname'],
+               '$is_mobile' => DI::mode()->isMobile(),
        ]);
 
        if (strlen($item['allow_cid']) || strlen($item['allow_gid']) || strlen($item['deny_cid']) || strlen($item['deny_gid'])) {
@@ -131,7 +132,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'),
        ]);