Fixed missing gettext.

This commit is contained in:
Junichi Satoh 2016-09-12 14:26:45 +09:00
parent 5523735e49
commit 51519053b8
1 changed files with 2 additions and 2 deletions

View File

@ -174,7 +174,7 @@ $row[] = $agent_input;
// Module // Module
$row[] = __('Module') . ' ' . html_print_autocomplete_modules('module_name', $module_name, false, true, '', array(), true); $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; $table_form->data[] = $row;
// End of table filter // End of table filter
@ -544,4 +544,4 @@ $(document).ready (function () {
} }
}); });
</script> </script>