From b6d3a6a05441f31a66b2b9118379d98c8777ded6 Mon Sep 17 00:00:00 2001
From: Morris Jobke <hey@morrisjobke.de>
Date: Wed, 20 Aug 2014 15:14:07 +0200
Subject: [PATCH] Add note about the term "Cheers" at end of mail

* for translators
* fixes #8689
---
 core/templates/altmail.php | 1 +
 core/templates/mail.php    | 1 +
 2 files changed, 2 insertions(+)

diff --git a/core/templates/altmail.php b/core/templates/altmail.php
index 7776919ea3..b2b45e454a 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 ae46eaca78..0e73a60185 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>
-- 
GitLab