[Ktutorial-commits] SF.net SVN: ktutorial:[95] trunk/ktutorial/ktutorial-library/src/tutorials/ Usi
Status: Alpha
Brought to you by:
danxuliu
|
From: <dan...@us...> - 2010-02-23 16:50:48
|
Revision: 95
http://ktutorial.svn.sourceforge.net/ktutorial/?rev=95&view=rev
Author: danxuliu
Date: 2010-02-23 16:50:40 +0000 (Tue, 23 Feb 2010)
Log Message:
-----------
Set a user friendlier name for the tutorial (a user doesn't have to know that the tutorial system is called KTutorial).
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:43:06 UTC (rev 94)
+++ trunk/ktutorial/ktutorial-library/src/tutorials/UsingKTutorial.cpp 2010-02-23 16:50:40 UTC (rev 95)
@@ -213,7 +213,7 @@
UsingKTutorial::UsingKTutorial(): Tutorial(0) {
mTutorialInformation = new TutorialInformation("usingKTutorial");
- mTutorialInformation->setName(i18n("Using KTutorial"));
+ mTutorialInformation->setName(i18n("Using the tutorials"));
mTutorialInformation->setDescription(i18n("This tutorial shows how the "
"tutorial system works"));
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|