diff options
author | Thomas Müller <thomas.mueller@tmit.eu> | 2014-08-20 16:42:08 +0200 |
---|---|---|
committer | Thomas Müller <thomas.mueller@tmit.eu> | 2014-08-20 16:42:08 +0200 |
commit | 375a8535c4db7e0117bbb688b97edd2ebc98cecc (patch) | |
tree | 9aa87d4aac804f9d5cc9a656545f96d52a64b667 | |
parent | 6c593c6adfd14205fda9c70babeefee3d4b16358 (diff) | |
parent | b6d3a6a05441f31a66b2b9118379d98c8777ded6 (diff) | |
download | nextcloud-server-375a8535c4db7e0117bbb688b97edd2ebc98cecc.tar.gz nextcloud-server-375a8535c4db7e0117bbb688b97edd2ebc98cecc.zip |
Merge pull request #10546 from owncloud/add-note-about-cheers
Add note about the term "Cheers" at end of mail
-rw-r--r-- | core/templates/altmail.php | 1 | ||||
-rw-r--r-- | core/templates/mail.php | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/core/templates/altmail.php b/core/templates/altmail.php index 7776919ea34..b2b45e454a7 100644 --- a/core/templates/altmail.php +++ b/core/templates/altmail.php @@ -4,6 +4,7 @@ if ( isset($_['expiration']) ) { print_unescaped($l->t("The share will expire on %s.", array($_['expiration']))); print_unescaped('\n\n'); } +// TRANSLATORS term at the end of a mail p($l->t("Cheers!")); ?> diff --git a/core/templates/mail.php b/core/templates/mail.php index ae46eaca788..0e73a601857 100644 --- a/core/templates/mail.php +++ b/core/templates/mail.php @@ -17,6 +17,7 @@ if ( isset($_['expiration']) ) { p($l->t("The share will expire on %s.", array($_['expiration']))); print_unescaped('<br><br>'); } +// TRANSLATORS term at the end of a mail p($l->t('Cheers!')); ?> </td> |