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