This is an automated email from the ASF dual-hosted git repository. pmouawad pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/jmeter.git
commit 385b8a59676040287ce2a04771dca7b21660aa0f Author: pmouawad <[email protected]> AuthorDate: Sun Oct 6 11:26:20 2019 +0200 Thread Group UI: add missing semicolon to duration and delay as it is there for other fields --- .../main/resources/org/apache/jmeter/resources/messages.properties | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/core/src/main/resources/org/apache/jmeter/resources/messages.properties b/src/core/src/main/resources/org/apache/jmeter/resources/messages.properties index 628abbe..5dd570d 100644 --- a/src/core/src/main/resources/org/apache/jmeter/resources/messages.properties +++ b/src/core/src/main/resources/org/apache/jmeter/resources/messages.properties @@ -280,7 +280,7 @@ debug_off=Disable debug debug_on=Enable debug default_parameters=Default Parameters default_value_field=Default Value\: -delay=Startup delay (seconds) +delay=Startup delay (seconds)\: delayed_start=Delay Thread creation until needed delete=Delete delete_parameter=Delete Variable @@ -304,7 +304,7 @@ done=Done dont_start=Don't start down=Down duplicate=Duplicate -duration=Duration (seconds) +duration=Duration (seconds)\: duration_assertion_duration_test=Duration to Assert duration_assertion_failure=The operation lasted too long\: It took {0} milliseconds, but should not have lasted longer than {1} milliseconds. duration_assertion_input_error=Please enter a valid positive integer.
