From c8e012b654dfb5d9e4dcee13a75864b59a2c83f6 Mon Sep 17 00:00:00 2001 From: jsatoh Date: Sun, 29 Sep 2013 07:07:19 +0000 Subject: [PATCH] 2013-09-29 Junichi Satoh include/functions_reporting.php: Added missing %s. git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@8823 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f --- pandora_console/ChangeLog | 4 ++++ pandora_console/include/functions_reporting.php | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/pandora_console/ChangeLog b/pandora_console/ChangeLog index 165c294a6f..3d5f6dbb6e 100644 --- a/pandora_console/ChangeLog +++ b/pandora_console/ChangeLog @@ -1,3 +1,7 @@ +2013-09-29 Junichi Satoh + + * include/functions_reporting.php: Added missing %s. + 2013-09-27 Ramon Novoa * include/functions_netflow.php, diff --git a/pandora_console/include/functions_reporting.php b/pandora_console/include/functions_reporting.php index fbdade6589..c6990c9bf3 100644 --- a/pandora_console/include/functions_reporting.php +++ b/pandora_console/include/functions_reporting.php @@ -5217,7 +5217,7 @@ function reporting_render_report_html_item ($content, $table, $report, $mini = f break; case REPORT_EXCEPTION_CONDITION_E: $title_exeption = - sprintf(__('Exception - Equal to'), + sprintf(__('Exception - Equal to %s'), $exception_condition_value); break; case REPORT_EXCEPTION_CONDITION_NE: