X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=mod%2Feditpost.php;h=7cccfdb2d40e232c2d44cb0a684bffddd98388a1;hb=9c36b63b33b7bae4da27a5d6257df9e74cf7c5f2;hp=aa8930e5d027c422c9746d959a72b6d613c2fa05;hpb=0e05ff68686270d87447c570e28543a5bcc7e755;p=friendica.git diff --git a/mod/editpost.php b/mod/editpost.php index aa8930e5d0..7cccfdb2d4 100644 --- a/mod/editpost.php +++ b/mod/editpost.php @@ -132,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;