[Ktutorial-commits] SF.net SVN: ktutorial:[133] trunk/ktutorial/ktutorial-editor/src/view/ StepData
Status: Alpha
Brought to you by:
danxuliu
From: <dan...@us...> - 2010-03-09 16:12:22
|
Revision: 133 http://ktutorial.svn.sourceforge.net/ktutorial/?rev=133&view=rev Author: danxuliu Date: 2010-03-09 16:12:12 +0000 (Tue, 09 Mar 2010) Log Message: ----------- Rewrite the Whats this help of StepDataWidget for better clarity. Modified Paths: -------------- trunk/ktutorial/ktutorial-editor/src/view/StepDataWidget.ui Modified: trunk/ktutorial/ktutorial-editor/src/view/StepDataWidget.ui =================================================================== --- trunk/ktutorial/ktutorial-editor/src/view/StepDataWidget.ui 2010-03-09 08:35:33 UTC (rev 132) +++ trunk/ktutorial/ktutorial-editor/src/view/StepDataWidget.ui 2010-03-09 16:12:12 UTC (rev 133) @@ -16,7 +16,7 @@ <property name="whatsThis"> <string comment="@info:whatsthis"><para>Set the id and the text of the step</para> <para>The text is shown to the user when the tutorial changes to that step.</para> -<para>On the other hand, the id is only used internally and never shown to the user. It is used to tell the tutorial which is the next step to change to.</para></string> +<para>On the other hand, the id is only used internally and never shown to the user. It is used to identify the steps in the tutorial when it has to change from one to step to another.</para></string> </property> <layout class="QVBoxLayout" name="StepDataWidgetLayout"> <item> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |