[rkward-cvs] SF.net SVN: rkward:[3994] trunk/rkward/rkward

tfry at users.sourceforge.net tfry at users.sourceforge.net
Mon Oct 24 09:07:11 UTC 2011


Revision: 3994
          http://rkward.svn.sourceforge.net/rkward/?rev=3994&view=rev
Author:   tfry
Date:     2011-10-24 09:07:10 +0000 (Mon, 24 Oct 2011)
Log Message:
-----------
More typo corrections by Yuri Chornoivan

Modified Paths:
--------------
    trunk/rkward/rkward/rbackend/rinterface.cpp
    trunk/rkward/rkward/windows/rkwindowcatcher.cpp

Modified: trunk/rkward/rkward/rbackend/rinterface.cpp
===================================================================
--- trunk/rkward/rkward/rbackend/rinterface.cpp	2011-10-23 22:41:07 UTC (rev 3993)
+++ trunk/rkward/rkward/rbackend/rinterface.cpp	2011-10-24 09:07:10 UTC (rev 3994)
@@ -517,7 +517,7 @@
 		// if we're still alive, quitting was cancelled
 		return (QStringList ("FALSE"));
 	} else if (call == "preLocaleChange") {
-		int res = KMessageBox::warningContinueCancel (0, i18n ("A command in the R backend is trying to change the character encoding. While RKWard offers support for this, and will try to adjust to the new locale, this operation may cause subtle bugs, if data windows are currently open. Also the feature is not well tested, yet, and it may be advisable to save your workspace before proceeding.\nIf you have any data editor opened, or in any doubt, it is recommended to close those first (this will probably be auto-detected in later versions of RKWard). In this case, please chose 'Cancel' now, then close the data windows, save, and retry."), i18n ("Locale change"));
+		int res = KMessageBox::warningContinueCancel (0, i18n ("A command in the R backend is trying to change the character encoding. While RKWard offers support for this, and will try to adjust to the new locale, this operation may cause subtle bugs, if data windows are currently open. Also the feature is not well tested, yet, and it may be advisable to save your workspace before proceeding.\nIf you have any data editor opened, or in any doubt, it is recommended to close those first (this will probably be auto-detected in later versions of RKWard). In this case, please choose 'Cancel' now, then close the data windows, save, and retry."), i18n ("Locale change"));
 		if (res != KMessageBox::Continue) return (QStringList ("FALSE"));
 	} else if (call == "listPlugins") {
 		RK_ASSERT (calllist.count () == 1);

Modified: trunk/rkward/rkward/windows/rkwindowcatcher.cpp
===================================================================
--- trunk/rkward/rkward/windows/rkwindowcatcher.cpp	2011-10-23 22:41:07 UTC (rev 3993)
+++ trunk/rkward/rkward/windows/rkwindowcatcher.cpp	2011-10-24 09:07:10 UTC (rev 3994)
@@ -223,7 +223,7 @@
 	QRect dims = window ()->frameGeometry ();
 	QRect avail = QApplication::desktop ()->availableGeometry (window ());
 	if ((dims.width () > avail.width ()) || (dims.height () > avail.height ())) {
-		KMessageBox::information (this, i18n ("The current window appears to too large to fit on the screen. If this happens regularly, you may want to adjust the default graphics window size in Settings->Configure RKWard->Onscreen Graphics."), i18n ("Large window"), "dont_ask_again_large_x11_window");
+		KMessageBox::information (this, i18n ("The current window appears too large to fit on the screen. If this happens regularly, you may want to adjust the default graphics window size in Settings->Configure RKWard->Onscreen Graphics."), i18n ("Large window"), "dont_ask_again_large_x11_window");
 	}
 }
 

This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.





More information about the rkward-tracker mailing list