From a2fa3fce3d70fbbd62527096b11f272e52f4fd49 Mon Sep 17 00:00:00 2001 From: Katrin Leinweber <9948149+katrinleinweber@users.noreply.github.com> Date: Wed, 27 Dec 2017 08:48:45 +0100 Subject: rephrase more naturally --- includes/helper/email_helper.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'includes/helper/email_helper.php') diff --git a/includes/helper/email_helper.php b/includes/helper/email_helper.php index a8b933f3..c223d026 100644 --- a/includes/helper/email_helper.php +++ b/includes/helper/email_helper.php @@ -20,7 +20,7 @@ function engelsystem_email_to_user($recipient_user, $title, $message, $not_if_it $message = sprintf(_('Hi %s,'), $recipient_user['Nick']) . "\n\n" . _('here is a message for you from the engelsystem:') . "\n\n" . $message . "\n\n" - . _('This email is autogenerated and has not to be signed. You got this email because you are registered in the engelsystem.'); + . _('This email is autogenerated and has not been signed. You got this email because you are registered in the engelsystem.'); gettext_locale(); -- cgit v1.2.3-54-g00ecf