summaryrefslogtreecommitdiff
path: root/lib/messageform.php
diff options
context:
space:
mode:
authorSiebrand Mazeland <s.mazeland@xs4all.nl>2010-03-01 15:57:27 +0100
committerSiebrand Mazeland <s.mazeland@xs4all.nl>2010-03-01 15:57:27 +0100
commit63ff9d86b8ed4fb65ed3f314b66474fd38cb9eb3 (patch)
treedf1d1ca4fc5a2336f5b63b27862fbdf093411140 /lib/messageform.php
parent78ea4c711eed0a432fbe7b58cf9f2a14b2d77f98 (diff)
Add content for all 3 Send buttons (2 are the same as far as I can tell)
Diffstat (limited to 'lib/messageform.php')
-rw-r--r--lib/messageform.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/messageform.php b/lib/messageform.php
index 0c568e1bd..b116964da 100644
--- a/lib/messageform.php
+++ b/lib/messageform.php
@@ -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')));
}
}