X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=mod%2Feditpost.php;h=7cccfdb2d40e232c2d44cb0a684bffddd98388a1;hb=9c36b63b33b7bae4da27a5d6257df9e74cf7c5f2;hp=ca5db3e08105b7372f14f85a37cfc860b8962f07;hpb=4c07c725b61506a4c4bf82b0acc30b4cfebd6933;p=friendica.git diff --git a/mod/editpost.php b/mod/editpost.php index ca5db3e081..7cccfdb2d4 100644 --- a/mod/editpost.php +++ b/mod/editpost.php @@ -1,6 +1,22 @@ . + * */ use Friendica\App; @@ -116,6 +132,8 @@ function editpost_content(App $a) '$message' => DI::l10n()->t('Message'), '$browser' => DI::l10n()->t('Browser'), '$shortpermset' => DI::l10n()->t('permissions'), + + '$compose_link_title' => DI::l10n()->t('Open Compose page'), ]); return $o;