X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;ds=sidebyside;f=mod%2Feditpost.php;h=bceb9250a2d44f83abe547db4f4294ed6656860e;hb=b12e598dba54c81a8d91d7fbd5f68922099585e1;hp=c396ee44b04e13d39117b2e1a74abb201391f55b;hpb=7a069c1438eb0c6b84e9e93985722a34b4bca4e1;p=friendica.git diff --git a/mod/editpost.php b/mod/editpost.php old mode 100644 new mode 100755 index c396ee44b0..bceb9250a2 --- a/mod/editpost.php +++ b/mod/editpost.php @@ -71,7 +71,7 @@ function editpost_content(&$a) { if($mail_enabled) { $selected = (($pubmail_enabled) ? ' checked="checked" ' : ''); - $jotnets .= '
' + $jotnets .= '
' . t("Post to Email") . '
'; }