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

tfry at users.sourceforge.net tfry at users.sourceforge.net
Sun Oct 16 08:44:34 UTC 2011


Revision: 3943
          http://rkward.svn.sourceforge.net/rkward/?rev=3943&view=rev
Author:   tfry
Date:     2011-10-16 08:44:34 +0000 (Sun, 16 Oct 2011)
Log Message:
-----------
Fixes for some typos. Thanks, Yuri Chornoivan!

Modified Paths:
--------------
    trunk/rkward/rkward/agents/showedittextfileagent.cpp
    trunk/rkward/rkward/dialogs/rkrecoverdialog.cpp
    trunk/rkward/rkward/settings/rksettingsmodulecommandeditor.cpp
    trunk/rkward/rkward/settings/rksettingsmoduleoutput.cpp

Modified: trunk/rkward/rkward/agents/showedittextfileagent.cpp
===================================================================
--- trunk/rkward/rkward/agents/showedittextfileagent.cpp	2011-10-14 14:20:33 UTC (rev 3942)
+++ trunk/rkward/rkward/agents/showedittextfileagent.cpp	2011-10-16 08:44:34 UTC (rev 3943)
@@ -107,7 +107,7 @@
 		RKRBackendProtocolFrontend::setRequestCompleted (request);
 	} else if (request->type == RBackendRequest::EditFiles) {
 		if (prompt) {
-			new ShowEditTextFileAgent (request, i18n ("A command running in the R-engine wants you to edit one or more file(s). Please look at these files, edit them as appriopriate, and save them. When done, press the \"Done\"-button, or close this dialog to resume.\n\n") + display_titles.join ("\n"), i18n ("Edit file(s)"));
+			new ShowEditTextFileAgent (request, i18n ("A command running in the R-engine wants you to edit one or more file(s). Please look at these files, edit them as appropriate, and save them. When done, press the \"Done\"-button, or close this dialog to resume.\n\n") + display_titles.join ("\n"), i18n ("Edit file(s)"));
 		} else {
 			RKRBackendProtocolFrontend::setRequestCompleted (request);
 		}

Modified: trunk/rkward/rkward/dialogs/rkrecoverdialog.cpp
===================================================================
--- trunk/rkward/rkward/dialogs/rkrecoverdialog.cpp	2011-10-14 14:20:33 UTC (rev 3942)
+++ trunk/rkward/rkward/dialogs/rkrecoverdialog.cpp	2011-10-16 08:44:34 UTC (rev 3943)
@@ -39,7 +39,7 @@
 	connect (this, SIGNAL (user1Clicked()), this, SLOT (showButtonClicked ()));
 
 	QLabel *label = new QLabel (this);
-	QString text = i18n ("<p><b>Crash revocery file detected</b></p>");
+	QString text = i18n ("<p><b>Crash recovery file detected</b></p>");
 	text.append (i18n ("<p>It looks like RKWard has crashed, recently. We are sorry about that! However, not everything is lost, and with a bit of luck, your data has been saved in time.</p>"));
 	text.append (i18np ("<p>A workspace recovery file exists in <i>%2</i> as <i>%3</i>.</p>", "<p>%1 workspace recovery files exist in <i>%2</i>, the most recent one of which is <i>%3</i>.</p>", recovery_files.count (), RKSettingsModuleGeneral::filesPath (), recovery_files.first ()));
 	text.append (i18n ("<p>Do you want to open this file, now? <b>Note</b>: You will be prompted again, next time you start RKWard, until you remove/rename the file, manually.</p>"));

Modified: trunk/rkward/rkward/settings/rksettingsmodulecommandeditor.cpp
===================================================================
--- trunk/rkward/rkward/settings/rksettingsmodulecommandeditor.cpp	2011-10-14 14:20:33 UTC (rev 3942)
+++ trunk/rkward/rkward/settings/rksettingsmodulecommandeditor.cpp	2011-10-16 08:44:34 UTC (rev 3943)
@@ -73,7 +73,7 @@
 
 	main_vbox->addSpacing (RKGlobals::spacingHint ());
 
-	label = new QLabel (i18n ("Timeout (milli seconds) before completion is attempted"), group);
+	label = new QLabel (i18n ("Timeout (milliseconds) before completion is attempted"), group);
 	label->setWordWrap (true);
 	completion_timeout_box = new RKSpinBox (group);
 	completion_timeout_box->setIntMode (0, INT_MAX, completion_timeout);

Modified: trunk/rkward/rkward/settings/rksettingsmoduleoutput.cpp
===================================================================
--- trunk/rkward/rkward/settings/rksettingsmoduleoutput.cpp	2011-10-14 14:20:33 UTC (rev 3942)
+++ trunk/rkward/rkward/settings/rksettingsmoduleoutput.cpp	2011-10-16 08:44:34 UTC (rev 3943)
@@ -62,7 +62,7 @@
 	connect (cc_app_plugin_commands_box, SIGNAL (clicked(bool)), this, SLOT (settingChanged()));
 	group_layout->addWidget (cc_app_plugin_commands_box);
 
-	cc_command_output_box = new QCheckBox (i18n ("Also carbon copy the command ouptut"), cc_globally_enabled_box);
+	cc_command_output_box = new QCheckBox (i18n ("Also carbon copy the command output"), cc_globally_enabled_box);
 	connect (cc_command_output_box, SIGNAL (clicked(bool)), this, SLOT (settingChanged()));
 	group_layout->addWidget (cc_command_output_box);
 

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