Add note about the term "Cheers" at end of mail

* for translators
* fixes #8689
This commit is contained in:
Morris Jobke 2014-08-20 15:14:07 +02:00
parent 57746ffed4
commit b6d3a6a054
2 changed files with 2 additions and 0 deletions

View 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!"));
?>

View 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>