[Ktutorial-commits] SF.net SVN: ktutorial:[144] trunk/ktutorial/ktutorial-editor/src/view/ StepCust
Status: Alpha
Brought to you by:
danxuliu
|
From: <dan...@us...> - 2010-03-10 18:35:27
|
Revision: 144
http://ktutorial.svn.sourceforge.net/ktutorial/?rev=144&view=rev
Author: danxuliu
Date: 2010-03-10 18:35:20 +0000 (Wed, 10 Mar 2010)
Log Message:
-----------
Fix wrong whats this text.
Modified Paths:
--------------
trunk/ktutorial/ktutorial-editor/src/view/StepCustomCodeWidget.cpp
Modified: trunk/ktutorial/ktutorial-editor/src/view/StepCustomCodeWidget.cpp
===================================================================
--- trunk/ktutorial/ktutorial-editor/src/view/StepCustomCodeWidget.cpp 2010-03-10 18:11:11 UTC (rev 143)
+++ trunk/ktutorial/ktutorial-editor/src/view/StepCustomCodeWidget.cpp 2010-03-10 18:35:20 UTC (rev 144)
@@ -50,7 +50,7 @@
"Step tear down code"));
setWindowTitle(i18nc("@title", "Set the step tear down code"));
setWhatsThis(i18nc("@info:whatsthis", "<para>Set the code to be "
-"executed when the tutorial finishes.</para>"
+"executed when the tutorial changes from this step to another.</para>"
"<para>The code will be written as is to the tear down of the step, before the "
"tear down code generated automatically by the editor. This means that the "
"code must be written in the same programming language the tutorial will be "
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|