[rkward-cvs] [rkward] rkward/plugins/plots: Fix quote

Thomas Friedrichsmeier thomas.friedrichsmeier at ruhr-uni-bochum.de
Sat Jan 31 13:11:36 UTC 2015


Git commit f5d6394a82bb0eddc3c191a49674ab708c0d4330 by Thomas Friedrichsmeier.
Committed on 31/01/2015 at 13:01.
Pushed by tfry into branch 'master'.

Fix quote

M  +1    -1    rkward/plugins/plots/cor_graph.js

http://commits.kde.org/rkward/f5d6394a82bb0eddc3c191a49674ab708c0d4330

diff --git a/rkward/plugins/plots/cor_graph.js b/rkward/plugins/plots/cor_graph.js
index 47abc3a..894fe4a 100644
--- a/rkward/plugins/plots/cor_graph.js
+++ b/rkward/plugins/plots/cor_graph.js
@@ -48,7 +48,7 @@ function doPrintout (full) {
 	if (full) {
 		echo ('rk.graph.off ()\n');
 		echo ('\n');
-		echo ('rk.print(' + i18n ("Legend:") + '\\t\'***\': p < 0.001 -- \'**\': p < 0.01 -- \'*\': p < 0.05 -- \'.\'\': p < 0.1")\n');
+		echo ('rk.print('+ quote (i18n (noquote ("Legend:")) + '\\t\'***\': p < 0.001 -- \'**\': p < 0.01 -- \'*\': p < 0.05 -- \'.\'\': p < 0.1') + ')\n');
 	}
 }
 


------------------------------------------------------------------------------
Dive into the World of Parallel Programming. The Go Parallel Website,
sponsored by Intel and developed in partnership with Slashdot Media, is your
hub for all things parallel software development, from weekly thought
leadership blogs to news, videos, case studies, tutorials and more. Take a
look and join the conversation now. http://goparallel.sourceforge.net/
_______________________________________________
rkward-cvs mailing list
rkward-cvs at lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/rkward-cvs


More information about the rkward-tracker mailing list