Author: pmouawad
Date: Thu Apr 5 20:02:32 2018
New Revision: 1828473
URL: http://svn.apache.org/viewvc?rev=1828473&view=rev
Log:
Bug 62239 - Add ability to Break Current Loop
Use same name for option
Bugzilla Id: 62239
Modified:
jmeter/trunk/src/core/org/apache/jmeter/resources/messages.properties
Modified: jmeter/trunk/src/core/org/apache/jmeter/resources/messages.properties
URL: http://svn.apache.org/viewvc/jmeter/trunk/src/core/org/apache/jmeter/resources/messages.properties?rev=1828473&r1=1828472&r2=1828473&view=diff
==============================================================================
--- jmeter/trunk/src/core/org/apache/jmeter/resources/messages.properties (original)
+++ jmeter/trunk/src/core/org/apache/jmeter/resources/messages.properties Thu Apr 5 20:02:32
2018
@@ -978,7 +978,7 @@ sampler_label=Label
sampler_on_error_action=Action to be taken after a Sampler error
sampler_on_error_break_loop=Break Current Loop
sampler_on_error_continue=Continue
-sampler_on_error_start_next_iteration_current_loop=Start Next Iteration of Current Loop
+sampler_on_error_start_next_iteration_current_loop=Go to to next iteration of Current Loop
sampler_on_error_start_next_loop=Start Next Thread Loop
sampler_on_error_stop_test=Stop Test
sampler_on_error_stop_test_now=Stop Test Now
@@ -1210,7 +1210,7 @@ test=Test
test_action_action_thread=Logical Action on Thread
test_action_action_test_thread=Logical Action on Thread/Test
test_action_break_current_loop=Break Current Loop
-test_action_continue_current_loop=Switch to next iteration of Current Loop
+test_action_continue_current_loop=Go to to next iteration of Current Loop
test_action_duration=Duration (milliseconds)\:
test_action_pause=Pause
test_action_restart_next_loop=Start Next Thread Loop
|