Add content for all 3 Send buttons (2 are the same as far as I can tell)

This commit is contained in:
Siebrand Mazeland
2010-03-01 15:57:27 +01:00
parent 78ea4c711e
commit 63ff9d86b8
3 changed files with 3 additions and 3 deletions

View 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')));
}
}