diff options
-rw-r--r-- | uitest/ui_logger_dsl/UI_Object_commands.tx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/uitest/ui_logger_dsl/UI_Object_commands.tx b/uitest/ui_logger_dsl/UI_Object_commands.tx index 0f766d87a4dc..2d3724f2d11e 100644 --- a/uitest/ui_logger_dsl/UI_Object_commands.tx +++ b/uitest/ui_logger_dsl/UI_Object_commands.tx @@ -52,7 +52,7 @@ Type_action: ; SELECT: 'Select in ' edit_button=STRING - '{"FROM": "' from_pos=INT '" , "TO" : "'to_pos=INT '"}' + '{' + '"FROM"' + ':' + '"' from_pos=INT '"' + ',' + '"TO"' + ':' + '"' to_pos=INT '"'+'}' ; Clear: 'Clear' edit_button=STRING |