X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=mod%2Feditpost.php;h=7cccfdb2d40e232c2d44cb0a684bffddd98388a1;hb=aedbb0d627606ff7eb7302e2881c31059b6cc1d9;hp=aa8930e5d027c422c9746d959a72b6d613c2fa05;hpb=85dc9bb96b30819fcf544c9aa1013a8f380d6981;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;