[rkward-cvs] SF.net SVN: rkward:[3468] trunk/rkward/rkward/settings/ rksettingsmoduledebug.cpp
tfry at users.sourceforge.net
tfry at users.sourceforge.net
Mon Mar 7 10:43:47 UTC 2011
Revision: 3468
http://rkward.svn.sourceforge.net/rkward/?rev=3468&view=rev
Author: tfry
Date: 2011-03-07 10:43:47 +0000 (Mon, 07 Mar 2011)
Log Message:
-----------
Fix typos (thanks, Mat!)
Modified Paths:
--------------
trunk/rkward/rkward/settings/rksettingsmoduledebug.cpp
Modified: trunk/rkward/rkward/settings/rksettingsmoduledebug.cpp
===================================================================
--- trunk/rkward/rkward/settings/rksettingsmoduledebug.cpp 2011-03-07 10:38:01 UTC (rev 3467)
+++ trunk/rkward/rkward/settings/rksettingsmoduledebug.cpp 2011-03-07 10:43:47 UTC (rev 3468)
@@ -39,7 +39,7 @@
QVBoxLayout* main_vbox = new QVBoxLayout (this);
- QLabel* label = new QLabel (i18n ("<b>These settings are for debugging purposes, only.</b> It is safe to leave the untouched. Also, these settings will only apply to the current session, and not be saved."), this);
+ QLabel* label = new QLabel (i18n ("<b>These settings are for debugging purposes, only.</b> It is safe to leave them untouched. Also, these settings will only apply to the current session, and will not be saved."), this);
label->setWordWrap (true);
main_vbox->addWidget (label);
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