From 5286dc7e504befd889c8ba07177636e034a6969c Mon Sep 17 00:00:00 2001 From: tDidierjean Date: Tue, 19 Apr 2011 14:59:39 +0000 Subject: [PATCH] // merge 5983, 5985 --- classes/Logger.php | 2 +- localization/gb.xml | 77 +++++++++++++++++++++++++++++++++++++++++++++ localization/uk.xml | 0 3 files changed, 78 insertions(+), 1 deletion(-) create mode 100644 localization/gb.xml delete mode 100644 localization/uk.xml diff --git a/classes/Logger.php b/classes/Logger.php index 5e71eeec7..741a19b8f 100644 --- a/classes/Logger.php +++ b/classes/Logger.php @@ -81,7 +81,7 @@ class LoggerCore extends ObjectModel { /* Send e-mail to the shop owner only if the minimal severity level has been reached */ if (intval(Configuration::get('PS_LOGS_BY_EMAIL')) <= intval($log->severity)) - Mail::Send((int)Configuration::get('PS_LANG_DEFAULT'), 'log_alert', Mail::l('[Log] You have a new alert from your shop'), array(), Configuration::get('PS_SHOP_EMAIL')); + Mail::Send((int)Configuration::get('PS_LANG_DEFAULT'), 'log_alert', Mail::l('Log: You have a new alert from your shop'), array(), Configuration::get('PS_SHOP_EMAIL')); } /** diff --git a/localization/gb.xml b/localization/gb.xml new file mode 100644 index 000000000..f87984111 --- /dev/null +++ b/localization/gb.xml @@ -0,0 +1,77 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/localization/uk.xml b/localization/uk.xml deleted file mode 100644 index e69de29bb..000000000