From 87c661e88e34ff3fd484d3757806ab688add3291 Mon Sep 17 00:00:00 2001 From: hkosaka Date: Tue, 18 Dec 2012 07:58:15 +0000 Subject: [PATCH] 2012-12-18 Hirofumi Kosaka * include/functions_events.php: Fixed a typo (have a small meaning for localization). Merged from branch 4.x git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@7295 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f --- pandora_console/ChangeLog | 5 +++++ pandora_console/include/functions_events.php | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/pandora_console/ChangeLog b/pandora_console/ChangeLog index a0a6c440fb..c9ba40ea47 100644 --- a/pandora_console/ChangeLog +++ b/pandora_console/ChangeLog @@ -1,3 +1,8 @@ +2012-12-18 Hirofumi Kosaka + + * include/functions_events.php: Fixed a typo (have a small + meaning for localization). Merged from branch 4.x + 2012-12-17 Miguel de Dios * godmode/alerts/alert_list.php, diff --git a/pandora_console/include/functions_events.php b/pandora_console/include/functions_events.php index 3238e73b50..ad6dcc0f57 100644 --- a/pandora_console/include/functions_events.php +++ b/pandora_console/include/functions_events.php @@ -579,7 +579,7 @@ function events_print_event_table ($filter = "", $limit = 10, $width = 440, $ret $table->data = array (); $table->align = array (); - $table->head[0] = "" . __('V.') . ""; + $table->head[0] = "" . __('V.') . ""; $table->align[0] = 'center'; $table->head[1] = "" . __('S.') . "";