X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=lib%2Fnoticeform.php;h=7278c41a9cf2640323e34430c79c7118d3e6b8e7;hb=f2b60b78b6096447a8aadc3d5075bb916f89880a;hp=62df5c94100c6b2db4b7d1a2a7386b5653f86e74;hpb=085406ea88efd4caaad3933871554dd30a23eba6;p=quix0rs-gnu-social.git diff --git a/lib/noticeform.php b/lib/noticeform.php index 62df5c9410..7278c41a9c 100644 --- a/lib/noticeform.php +++ b/lib/noticeform.php @@ -233,6 +233,6 @@ class NoticeForm extends Form 'class' => 'submit', 'name' => 'status_submit', 'type' => 'submit', - 'value' => _('Send'))); + 'value' => _m('Send button for sending notice', 'Send'))); } }