2013-09-29 Junichi Satoh <junichi@rworks.jp>

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
This commit is contained in:
jsatoh 2013-09-29 07:07:19 +00:00
parent 3a543e7df7
commit c8e012b654
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2013-09-29 Junichi Satoh <junichi@rworks.jp>
* include/functions_reporting.php: Added missing %s.
2013-09-27 Ramon Novoa <rnovoa@artica.es>
* include/functions_netflow.php,

View File

@ -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: