From 51519053b852333862dd3621829c1ff2d441f3dd Mon Sep 17 00:00:00 2001 From: Junichi Satoh Date: Mon, 12 Sep 2016 14:26:45 +0900 Subject: [PATCH] Fixed missing gettext. --- pandora_console/godmode/agentes/planned_downtime.list.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pandora_console/godmode/agentes/planned_downtime.list.php b/pandora_console/godmode/agentes/planned_downtime.list.php index a25d07da7d..0e42cb3930 100755 --- a/pandora_console/godmode/agentes/planned_downtime.list.php +++ b/pandora_console/godmode/agentes/planned_downtime.list.php @@ -174,7 +174,7 @@ $row[] = $agent_input; // Module $row[] = __('Module') . ' ' . html_print_autocomplete_modules('module_name', $module_name, false, true, '', array(), true); -$row[] = html_print_submit_button('Search', 'search', false, 'class="sub search"', true); +$row[] = html_print_submit_button(__('Search'), 'search', false, 'class="sub search"', true); $table_form->data[] = $row; // End of table filter @@ -544,4 +544,4 @@ $(document).ready (function () { } }); - \ No newline at end of file +