From 3c7a918a4f7f0d1002c209e5f65fc30841944e92 Mon Sep 17 00:00:00 2001 From: Nathan Gray Date: Mon, 12 Dec 2011 17:24:27 +0000 Subject: [PATCH] Add 'errors' to notification subject --- importexport/inc/class.importexport_schedule_ui.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/importexport/inc/class.importexport_schedule_ui.inc.php b/importexport/inc/class.importexport_schedule_ui.inc.php index 62128b1d21..f316396f3c 100644 --- a/importexport/inc/class.importexport_schedule_ui.inc.php +++ b/importexport/inc/class.importexport_schedule_ui.inc.php @@ -496,7 +496,7 @@ $notify = new notifications(); $notify->set_sender($data['account_id']); $notify->add_receiver($data['account_id']); - $notify->set_subject(lang('Schedule import | export')); + $notify->set_subject(lang('Schedule import | export'). ' ' . lang('errors')); $contents = lang($data['type']) . ' ' . lang('Errors') . ' ' . egw_time::to() . ':'; foreach($data['errors'] as $target => $errors)