[rkward-cvs] [rkward] rkward: Fix message

Thomas Friedrichsmeier thomas.friedrichsmeier at ruhr-uni-bochum.de
Tue Feb 3 19:09:44 UTC 2015


Git commit 5825a6d33e967c61a14f6be90c1c0e994642cc34 by Thomas Friedrichsmeier.
Committed on 03/02/2015 at 19:09.
Pushed by tfry into branch 'master'.

Fix message

M  +1    -1    rkward/rkward.cpp

http://commits.kde.org/rkward/5825a6d33e967c61a14f6be90c1c0e994642cc34

diff --git a/rkward/rkward.cpp b/rkward/rkward.cpp
index 2810f22..7a8f68b 100644
--- a/rkward/rkward.cpp
+++ b/rkward/rkward.cpp
@@ -284,7 +284,7 @@ void RKWardMainWindow::initPlugins (const QStringList &automatically_added) {
 
 	QStringList all_maps = RKSettingsModulePlugins::pluginMaps ();
 	if (all_maps.isEmpty()) {
-		KMessageBox::information (0, i18n ("Plugins are needed: you may manage these through \"Settings->Configure RKWard\".\n"), i18n ("No active plugin maps"));
+		KMessageBox::information (0, i18n ("Plugins are needed: you may manage these through \"Settings->Manage R package and plugins\".\n"), i18n ("No active plugin maps"));
 		return;
 	}
 


------------------------------------------------------------------------------
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