[Ktutorial-commits] SF.net SVN: ktutorial:[96] trunk/ktutorial/ktutorial-library/src/tutorials/ Usi
Status: Alpha
Brought to you by:
danxuliu
|
From: <dan...@us...> - 2010-02-23 17:21:46
|
Revision: 96
http://ktutorial.svn.sourceforge.net/ktutorial/?rev=96&view=rev
Author: danxuliu
Date: 2010-02-23 17:21:39 +0000 (Tue, 23 Feb 2010)
Log Message:
-----------
Minor tweaks in the text of some steps of UsingKTutorial.
Modified Paths:
--------------
trunk/ktutorial/ktutorial-library/src/tutorials/UsingKTutorial.cpp
Modified: trunk/ktutorial/ktutorial-library/src/tutorials/UsingKTutorial.cpp
===================================================================
--- trunk/ktutorial/ktutorial-library/src/tutorials/UsingKTutorial.cpp 2010-02-23 16:50:40 UTC (rev 95)
+++ trunk/ktutorial/ktutorial-library/src/tutorials/UsingKTutorial.cpp 2010-02-23 17:21:39 UTC (rev 96)
@@ -233,10 +233,11 @@
//Step singleOption
Step* singleOptionStep = new Step("singleOption");
singleOptionStep->setText(i18nc("@info",
-"<para>A tutorial is composed of several steps, each one containing a bit of "
+"<para>A tutorial is composed of several steps. Each step contains a bit of "
"information.</para>"
"<para>There are several ways to advance from one step to another. For "
-"example, clicking on the button below will change to the next step.</para>"));
+"example, clicking on the button below the tutorial will change to the next "
+"step.</para>"));
singleOptionStep->addOption(new Option(i18nc("@action", "Continue")),
this, SLOT(singleOptionDone()));
@@ -323,8 +324,8 @@
"like any other window, but pressing in a different place. Let's see "
"how.</para>"
"<para>Above these paragraphs you can see an empty space, next to the button "
-"at the corner. Press with the left button of your mouse on it. Just press, "
-"don't release the button yet.</para>"));
+"at the corner. Press with the left button of your mouse on that empty space. "
+"Just press, don't release the mouse button yet.</para>"));
//WaitFor is added in step setup, as it uses an object that isn't available
//when the tutorial is created
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|