Author: pmouawad
Date: Sat Sep 17 23:21:22 2016
New Revision: 1761296

URL: http://svn.apache.org/viewvc?rev=1761296&view=rev
Log:
Escape \n for javascript

Modified:
    jmeter/trunk/src/core/org/apache/jmeter/resources/messages.properties
    jmeter/trunk/src/core/org/apache/jmeter/resources/messages_fr.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=1761296&r1=1761295&r2=1761296&view=diff
==============================================================================
--- jmeter/trunk/src/core/org/apache/jmeter/resources/messages.properties 
(original)
+++ jmeter/trunk/src/core/org/apache/jmeter/resources/messages.properties Sat 
Sep 17 23:21:22 2016
@@ -882,9 +882,9 @@ request_data=Request Data
 reset=Reset
 reset_gui=Reset Gui
 response_save_as_md5=Save response as MD5 hash?
-response_time_distribution_satified_label=Requests having \nresponse time <= 
{0}ms
-response_time_distribution_tolerated_label= Requests having \nresponse time > 
{0}ms and <= {1}ms
-response_time_distribution_untolerated_label=Requests having \nresponse time > 
{0}ms
+response_time_distribution_satified_label=Requests having \\nresponse time <= 
{0}ms
+response_time_distribution_tolerated_label= Requests having \\nresponse time > 
{0}ms and <= {1}ms
+response_time_distribution_untolerated_label=Requests having \\nresponse time 
> {0}ms
 response_time_distribution_failed_label=Requests in error
 restart=Restart
 resultaction_title=Result Status Action Handler

Modified: 
jmeter/trunk/src/core/org/apache/jmeter/resources/messages_fr.properties
URL: 
http://svn.apache.org/viewvc/jmeter/trunk/src/core/org/apache/jmeter/resources/messages_fr.properties?rev=1761296&r1=1761295&r2=1761296&view=diff
==============================================================================
--- jmeter/trunk/src/core/org/apache/jmeter/resources/messages_fr.properties 
(original)
+++ jmeter/trunk/src/core/org/apache/jmeter/resources/messages_fr.properties 
Sat Sep 17 23:21:22 2016
@@ -867,9 +867,9 @@ request_data=Donn\u00E9e requ\u00EAte
 reset=R\u00E9initialiser
 reset_gui=R\u00E9initialiser l'\u00E9l\u00E9ment
 response_save_as_md5=R\u00E9ponse en empreinte MD5
-response_time_distribution_satified_label=Requ\u00EAtes \ntemps de 
r\u00E9ponse <= {0}ms
-response_time_distribution_tolerated_label=Requ\u00EAtes \ntemps de 
r\u00E9ponse > {0}ms et <= {1}ms
-response_time_distribution_untolerated_label=Requ\u00EAtes \ntemps de 
r\u00E9ponse > {0}ms
+response_time_distribution_satified_label=Requ\u00EAtes \\ntemps de 
r\u00E9ponse <= {0}ms
+response_time_distribution_tolerated_label=Requ\u00EAtes \\ntemps de 
r\u00E9ponse > {0}ms et <= {1}ms
+response_time_distribution_untolerated_label=Requ\u00EAtes \\ntemps de 
r\u00E9ponse > {0}ms
 response_time_distribution_failed_label=Requ\u00EAtes en erreur
 restart=Red\u00E9marrer
 resultaction_title=Op\u00E9rateur R\u00E9sultats Action


Reply via email to