From e8f8fc7f5f5eba315290bc8d45348c3a4d4bee79 Mon Sep 17 00:00:00 2001 From: Bot Date: Wed, 29 Aug 2018 21:55:32 +0200 Subject: Replaced gettext translation `_()` with `__()` that uses the Translator class --- 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 b3f335d7..5f1e6e79 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