2012-12-18 Hirofumi Kosaka <kosaka@rworks.jp>
* 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
This commit is contained in:
parent
ea703fe557
commit
534074b9b6
|
@ -1,3 +1,8 @@
|
|||
2012-12-18 Hirofumi Kosaka <kosaka@rworks.jp>
|
||||
|
||||
* include/functions_events.php: Fixed a typo (have a small
|
||||
meaning for localization). Merged from branch 4.x
|
||||
|
||||
2012-12-17 Miguel de Dios <miguel.dedios@artica.es>
|
||||
|
||||
* godmode/alerts/alert_list.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] = "<span title='" . __('Validate') . "'>" . __('V.') . "</span>";
|
||||
$table->head[0] = "<span title='" . __('Validated') . "'>" . __('V.') . "</span>";
|
||||
$table->align[0] = 'center';
|
||||
|
||||
$table->head[1] = "<span title='" . __('Severity') . "'>" . __('S.') . "</span>";
|
||||
|
|
Loading…
Reference in New Issue