Author: pmouawad
Date: Tue Sep 11 18:23:59 2018
New Revision: 1840597

URL: http://svn.apache.org/viewvc?rev=1840597&view=rev
Log:
Fix grammar in continue_current_loop Label in Result Status Handler and Flow 
Control Action
Contributed by Artem Fedorov
This closes #398

Modified:
    jmeter/trunk/src/core/org/apache/jmeter/resources/messages.properties
    
jmeter/trunk/xdocs/images/screenshots/changes/5.0/jmeter_5_flow_control_action.png
    
jmeter/trunk/xdocs/images/screenshots/changes/5.0/jmeter_5_result_status_handler.png

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=1840597&r1=1840596&r2=1840597&view=diff
==============================================================================
--- jmeter/trunk/src/core/org/apache/jmeter/resources/messages.properties 
(original)
+++ jmeter/trunk/src/core/org/apache/jmeter/resources/messages.properties Tue 
Sep 11 18:23:59 2018
@@ -981,7 +981,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=Go to to next iteration of 
Current Loop
+sampler_on_error_start_next_iteration_current_loop=Go to the 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
@@ -1215,7 +1215,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=Go to to next iteration of Current Loop
+test_action_continue_current_loop=Go to next iteration of Current Loop
 test_action_duration=Duration (milliseconds)\:
 test_action_pause=Pause
 test_action_restart_next_loop=Start Next Thread Loop

Modified: 
jmeter/trunk/xdocs/images/screenshots/changes/5.0/jmeter_5_flow_control_action.png
URL: 
http://svn.apache.org/viewvc/jmeter/trunk/xdocs/images/screenshots/changes/5.0/jmeter_5_flow_control_action.png?rev=1840597&r1=1840596&r2=1840597&view=diff
==============================================================================
Binary files - no diff available.

Modified: 
jmeter/trunk/xdocs/images/screenshots/changes/5.0/jmeter_5_result_status_handler.png
URL: 
http://svn.apache.org/viewvc/jmeter/trunk/xdocs/images/screenshots/changes/5.0/jmeter_5_result_status_handler.png?rev=1840597&r1=1840596&r2=1840597&view=diff
==============================================================================
Binary files - no diff available.


Reply via email to