]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - lib/messageform.php
Fix for source attribution on notices; it was displaying the code instead of the...
[quix0rs-gnu-social.git] / lib / messageform.php
index 0c568e1bd8e12983f94904e2b9d8408926585359..b116964da9d95e9200466f45f4674eeb6579787f 100644 (file)
@@ -175,6 +175,6 @@ class MessageForm extends Form
                                            'class' => 'submit',
                                            'name' => 'message_send',
                                            'type' => 'submit',
-                                           'value' => _('Send')));
+                                           'value' => _m('Send button for sending notice', 'Send')));
     }
 }