2010-06-09 Junichi Satoh <junichi@rworks.jp>
* godmode/agentes/module_manager_editor_wmi.php: Added missing '_'. git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@2882 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
This commit is contained in:
parent
3b793257cc
commit
954e68f510
|
@ -1,3 +1,7 @@
|
|||
2010-06-09 Junichi Satoh <junichi@rworks.jp>
|
||||
|
||||
* godmode/agentes/module_manager_editor_wmi.php: Added missing '_'.
|
||||
|
||||
2010-06-08 Raúl Mateos <raulofpandora@gmail.com>
|
||||
|
||||
* operation/incidents/incident_detail.php,
|
||||
|
|
|
@ -40,7 +40,7 @@ if (empty ($update_module_id)) {
|
|||
$data = array ();
|
||||
$data[0] = __('Target IP');
|
||||
$data[1] = print_input_text ('ip_target', $ip_target, '', 15, 60, true);
|
||||
$data[2] = _('Namespace');
|
||||
$data[2] = __('Namespace');
|
||||
$data[2] .= print_help_icon ('wminamespace', true);
|
||||
$data[3] = print_input_text ('tcp_send', $tcp_send, '', 5, 20, true, $disabledBecauseInPolicy);
|
||||
|
||||
|
|
Loading…
Reference in New Issue