summaryrefslogtreecommitdiff
path: root/includes/mailer/users_mailer.php
diff options
context:
space:
mode:
authorBot <bot@myigel.name>2017-01-03 14:12:17 +0100
committerIgor Scheller <igor.scheller@igorshp.de>2017-01-03 15:32:59 +0100
commit55141154c083acc2d0397f4c62b4e0be1c7a19fa (patch)
tree7e5e54a19f7df976fa68c42f21f1484112a7c257 /includes/mailer/users_mailer.php
parent356b2582f3e6a43ecf2607acad4a7fe0b37f659a (diff)
Replaced " with '
Diffstat (limited to 'includes/mailer/users_mailer.php')
-rw-r--r--includes/mailer/users_mailer.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/includes/mailer/users_mailer.php b/includes/mailer/users_mailer.php
index c2fa8c8d..b3f335d7 100644
--- a/includes/mailer/users_mailer.php
+++ b/includes/mailer/users_mailer.php
@@ -8,7 +8,7 @@ function mail_user_delete($user)
{
return engelsystem_email_to_user(
$user,
- '[engelsystem] ' . _("Your account has been deleted"),
- _("Your angelsystem account has been deleted. If you have any questions regarding your account deletion, please contact heaven.")
+ '[engelsystem] ' . _('Your account has been deleted'),
+ _('Your angelsystem account has been deleted. If you have any questions regarding your account deletion, please contact heaven.')
);
}