Merge pull request #10546 from owncloud/add-note-about-cheers

Add note about the term "Cheers" at end of mail
remotes/origin/fix-10825
Thomas Müller 12 years ago
commit 375a8535c4
  1. 1
      core/templates/altmail.php
  2. 1
      core/templates/mail.php

@ -4,6 +4,7 @@ if ( isset($_['expiration']) ) {
print_unescaped($l->t("The share will expire on %s.", array($_['expiration']))); print_unescaped($l->t("The share will expire on %s.", array($_['expiration'])));
print_unescaped('\n\n'); print_unescaped('\n\n');
} }
// TRANSLATORS term at the end of a mail
p($l->t("Cheers!")); p($l->t("Cheers!"));
?> ?>

@ -17,6 +17,7 @@ if ( isset($_['expiration']) ) {
p($l->t("The share will expire on %s.", array($_['expiration']))); p($l->t("The share will expire on %s.", array($_['expiration'])));
print_unescaped('<br><br>'); print_unescaped('<br><br>');
} }
// TRANSLATORS term at the end of a mail
p($l->t('Cheers!')); p($l->t('Cheers!'));
?> ?>
</td> </td>

Loading…
Cancel
Save