fixed minor errors change word command for parameters

Former-commit-id: 6e6e56bded99331c606f7a9f6179826afee22d16
This commit is contained in:
daniel 2019-03-07 09:05:38 +01:00
parent f79400ecfb
commit 798567bf8e
2 changed files with 2 additions and 2 deletions

View File

@ -844,7 +844,7 @@ if ($get_table_response_command) {
$table->style[1] = 'text-align:center;'; $table->style[1] = 'text-align:center;';
$table->head = []; $table->head = [];
$table->head[0] = __('Commands'); $table->head[0] = __('Parameters');
$table->head[0] .= ui_print_help_tip( $table->head[0] .= ui_print_help_tip(
__('These commands will apply to all selected events'), __('These commands will apply to all selected events'),
true true

View File

@ -611,7 +611,7 @@ if ($delete) {
echo "<div id='event_details_window'></div>"; echo "<div id='event_details_window'></div>";
echo "<div id='event_response_window'></div>"; echo "<div id='event_response_window'></div>";
echo "<div id='event_response_command_window' title='".__('Command')."'></div>"; echo "<div id='event_response_command_window' title='".__('Parameters')."'></div>";
ui_require_jquery_file('bgiframe'); ui_require_jquery_file('bgiframe');
ui_require_javascript_file('pandora_events'); ui_require_javascript_file('pandora_events');