summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormsquare <msquare@notrademark.de>2017-12-27 11:35:09 +0100
committerGitHub <noreply@github.com>2017-12-27 11:35:09 +0100
commit07f1cae93dcd9f049522f30eeb1aa5f52cdc24eb (patch)
tree0e00699027f337e40f9c1108a56a54f2408ba488
parent15ca34ffab18ff718a44013449e5ea66e0cdb7f0 (diff)
parenta2fa3fce3d70fbbd62527096b11f272e52f4fd49 (diff)
Merge pull request #396 from katrinleinweber/master
suggest rephrasing to sound more naturally
-rw-r--r--includes/helper/email_helper.php2
-rw-r--r--locale/de_DE.UTF-8/LC_MESSAGES/default.po2
-rw-r--r--locale/pt_BR.UTF.8/LC_MESSAGES/pt_BR.po2
3 files changed, 3 insertions, 3 deletions
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();
diff --git a/locale/de_DE.UTF-8/LC_MESSAGES/default.po b/locale/de_DE.UTF-8/LC_MESSAGES/default.po
index 5779141d..d14b6265 100644
--- a/locale/de_DE.UTF-8/LC_MESSAGES/default.po
+++ b/locale/de_DE.UTF-8/LC_MESSAGES/default.po
@@ -641,7 +641,7 @@ msgstr "hier ist eine Nachricht aus dem Engelsystem für Dich:"
#: /Users/msquare/workspace/projects/engelsystem/includes/helper/email_helper.php:23
msgid ""
-"This email is autogenerated and has not to be signed. You got this email "
+"This email is autogenerated and has not been signed. You got this email "
"because you are registered in the engelsystem."
msgstr ""
"Diese E-Mail wurde automatisch generiert und muss daher nicht unterschrieben "
diff --git a/locale/pt_BR.UTF.8/LC_MESSAGES/pt_BR.po b/locale/pt_BR.UTF.8/LC_MESSAGES/pt_BR.po
index 7433aa77..f49f6333 100644
--- a/locale/pt_BR.UTF.8/LC_MESSAGES/pt_BR.po
+++ b/locale/pt_BR.UTF.8/LC_MESSAGES/pt_BR.po
@@ -565,7 +565,7 @@ msgstr "aqui está uma mensagem do engelsystem para você:"
#: includes/helper/email_helper.php:12
msgid ""
-"This email is autogenerated and has not to be signed. You got this email "
+"This email is autogenerated and has not been signed. You got this email "
"because you are registered in the engelsystem."
msgstr "Você recebeu esse email porque está registrado no engelsystem."