]> source.dussan.org Git - nextcloud-server.git/commitdiff
Add note about the term "Cheers" at end of mail
authorMorris Jobke <hey@morrisjobke.de>
Wed, 20 Aug 2014 13:14:07 +0000 (15:14 +0200)
committerMorris Jobke <hey@morrisjobke.de>
Wed, 20 Aug 2014 13:14:07 +0000 (15:14 +0200)
* for translators
* fixes #8689

core/templates/altmail.php
core/templates/mail.php

index 7776919ea342c3f9fb0e541e055f33299dffdc2c..b2b45e454a78a573d044066ca924b930725570e1 100644 (file)
@@ -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!"));
 ?>
 
index ae46eaca788330a70389c49689051f4f5f28dee1..0e73a6018571528b20930cab607a730e6c1d212a 100644 (file)
@@ -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>