From 55141154c083acc2d0397f4c62b4e0be1c7a19fa Mon Sep 17 00:00:00 2001 From: Bot Date: Tue, 3 Jan 2017 14:12:17 +0100 Subject: Replaced " with ' --- includes/mailer/users_mailer.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'includes/mailer/users_mailer.php') 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.') ); } -- cgit v1.2.3-54-g00ecf