Add note about the term "Cheers" at end of mail
* for translators * fixes #8689
This commit is contained in:
parent
57746ffed4
commit
b6d3a6a054
|
@ -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…
Reference in New Issue