[rkward-cvs] [rkward] rkward/plugins/00saveload/import: Fix broken reference

Thomas Friedrichsmeier thomas.friedrichsmeier at ruhr-uni-bochum.de
Tue Jan 6 20:49:34 UTC 2015


Git commit 63d5d7f6430710c0c85fc2ccf2de6075d89f6601 by Thomas Friedrichsmeier.
Committed on 06/01/2015 at 20:47.
Pushed by tfry into branch 'master'.

Fix broken reference

M  +1    -2    rkward/plugins/00saveload/import/load_data.rkh

http://commits.kde.org/rkward/63d5d7f6430710c0c85fc2ccf2de6075d89f6601

diff --git a/rkward/plugins/00saveload/import/load_data.rkh b/rkward/plugins/00saveload/import/load_data.rkh
index 6108184..00e8d44 100644
--- a/rkward/plugins/00saveload/import/load_data.rkh
+++ b/rkward/plugins/00saveload/import/load_data.rkh
@@ -12,8 +12,7 @@ Be sure to save your workspace before using this plugin, as your variables will
 
 	<settings>
 		<setting id="file">The filename of the file to load</setting>
-		<setting id="other_env">Should the data be loaded into another (specified environment) instead of the global environment?</setting>
-		<setting id="envir">Only applicable, if the above option is checked. Name of the environment to load the data to. If this does not yet exist, it will be created. If it already exists, it will be overwritten completely, i.e. deleting all objects inside it!</setting>
+		<setting id="envir">Check this option (and specify an environment), in order to load the data into an environment other than .GlobalEnv. If the specified environment does not yet exist, it will be created. If it already exists, it will be overwritten completely, i.e. deleting all objects inside it!</setting>
 	</settings>
 	<related>
 		<ul>





More information about the rkward-tracker mailing list