aboutsummaryrefslogtreecommitdiffstats
path: root/mod/message.php
diff options
context:
space:
mode:
authorTobias Diekershoff <tobias.diekershoff@gmx.net>2012-06-03 17:16:29 +0200
committerTobias Diekershoff <tobias.diekershoff@gmx.net>2012-06-03 17:16:29 +0200
commit6fbeafc8433abc0212dff3af1cab9ea51381625f (patch)
tree48b61ca924313724ea8ee6312091644e42712e59 /mod/message.php
parentdaa4f5213f726b22846859f2f12d06889e9bdc9b (diff)
downloadvolse-hubzilla-6fbeafc8433abc0212dff3af1cab9ea51381625f.tar.gz
volse-hubzilla-6fbeafc8433abc0212dff3af1cab9ea51381625f.tar.bz2
volse-hubzilla-6fbeafc8433abc0212dff3af1cab9ea51381625f.zip
prv messages: make submit translateable
Diffstat (limited to 'mod/message.php')
-rw-r--r--mod/message.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/mod/message.php b/mod/message.php
index 71f83b47a..fb2241985 100644
--- a/mod/message.php
+++ b/mod/message.php
@@ -211,7 +211,8 @@ function message_content(&$a) {
'$parent' => '',
'$upload' => t('Upload photo'),
'$insert' => t('Insert web link'),
- '$wait' => t('Please wait')
+ '$wait' => t('Please wait'),
+ '$submit' => t('Submit')
));
return $o;