diff options
author | Jeroen <jeroenpraat@xs4all.nl> | 2014-08-09 01:18:31 +0000 |
---|---|---|
committer | Jeroen <jeroenpraat@xs4all.nl> | 2014-08-09 01:18:31 +0000 |
commit | bec565cdc3403c5f7577af89ada4b7f1df110a36 (patch) | |
tree | 73f31e514fd4103caca769c34edcac6fb41fa6fe /mod/mail.php | |
parent | 2aef2ed56b83b37e7c8c07a5d651c748f92be696 (diff) | |
download | volse-hubzilla-bec565cdc3403c5f7577af89ada4b7f1df110a36.tar.gz volse-hubzilla-bec565cdc3403c5f7577af89ada4b7f1df110a36.tar.bz2 volse-hubzilla-bec565cdc3403c5f7577af89ada4b7f1df110a36.zip |
Some more buttons. Not ready yet. Changed in private message -submit- to -send-. Confusing in other language(s).
Diffstat (limited to 'mod/mail.php')
-rw-r--r-- | mod/mail.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mod/mail.php b/mod/mail.php index 6976209b7..b7297443c 100644 --- a/mod/mail.php +++ b/mod/mail.php @@ -229,7 +229,7 @@ function mail_content(&$a) { '$attach' => t('Attach file'), '$insert' => t('Insert web link'), '$wait' => t('Please wait'), - '$submit' => t('Submit'), + '$submit' => t('Send'), '$defexpire' => '', '$feature_expire' => ((feature_enabled(local_user(),'content_expire')) ? true : false), '$expires' => t('Set expiration date'), |