[rkward-cvs] SF.net SVN: rkward:[3090] trunk/rkward/rkward/dialogs/rkloadlibsdialog.cpp
sjar at users.sourceforge.net
sjar at users.sourceforge.net
Wed Sep 29 20:01:55 UTC 2010
Revision: 3090
http://rkward.svn.sourceforge.net/rkward/?rev=3090&view=rev
Author: sjar
Date: 2010-09-29 20:01:55 +0000 (Wed, 29 Sep 2010)
Log Message:
-----------
* typo correction
Modified Paths:
--------------
trunk/rkward/rkward/dialogs/rkloadlibsdialog.cpp
Modified: trunk/rkward/rkward/dialogs/rkloadlibsdialog.cpp
===================================================================
--- trunk/rkward/rkward/dialogs/rkloadlibsdialog.cpp 2010-09-28 23:28:04 UTC (rev 3089)
+++ trunk/rkward/rkward/dialogs/rkloadlibsdialog.cpp 2010-09-29 20:01:55 UTC (rev 3090)
@@ -875,7 +875,7 @@
int res = KMessageBox::warningContinueCancel (this, message, mcaption, KGuiItem (i18n ("Attempt installation, anyway")));
if (res == KMessageBox::Continue) return true;
#else
- message.append (i18n ("If you are the adminitstrator of this machine, you can try to install the packages as root (you'll be prompted for the root password)."));
+ message.append (i18n ("If you are the administrator of this machine, you can try to install the packages as root (you'll be prompted for the root password)."));
int res = KMessageBox::warningContinueCancel (this, message, mcaption, KGuiItem (i18n ("Become root")));
if (res == KMessageBox::Continue) {
*as_root = true;
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