[Ktutorial-commits] SF.net SVN: ktutorial:[180] trunk/ktutorial/ktutorial-editor
Status: Alpha
Brought to you by:
danxuliu
|
From: <dan...@us...> - 2010-03-22 23:02:34
|
Revision: 180
http://ktutorial.svn.sourceforge.net/ktutorial/?rev=180&view=rev
Author: danxuliu
Date: 2010-03-22 23:02:27 +0000 (Mon, 22 Mar 2010)
Log Message:
-----------
Rename "Set reaction data" action to "Set data" to keep consistency with other action names
Modified Paths:
--------------
trunk/ktutorial/ktutorial-editor/po/es.po
trunk/ktutorial/ktutorial-editor/po/ktutorial-editor.pot
trunk/ktutorial/ktutorial-editor/src/KTutorialEditor.cpp
Modified: trunk/ktutorial/ktutorial-editor/po/es.po
===================================================================
--- trunk/ktutorial/ktutorial-editor/po/es.po 2010-03-22 19:24:36 UTC (rev 179)
+++ trunk/ktutorial/ktutorial-editor/po/es.po 2010-03-22 23:02:27 UTC (rev 180)
@@ -7,9 +7,9 @@
msgid ""
msgstr ""
"Project-Id-Version: ktutorial-editor\n"
-"Report-Msgid-Bugs-To: http://sourceforge."
-"net/tracker/?group_id=301227&atid=1270278\n"
-"POT-Creation-Date: 2010-03-22 20:21+0100\n"
+"Report-Msgid-Bugs-To: http://sourceforge.net/tracker/?"
+"group_id=301227&atid=1270278\n"
+"POT-Creation-Date: 2010-03-22 23:59+0100\n"
"PO-Revision-Date: 2010-03-22 20:22-0400\n"
"Last-Translator: Daniel Calviño Sánchez <dan...@gm...>\n"
"Language-Team: Spanish <>\n"
@@ -96,7 +96,7 @@
msgid "Add a new step to the tutorial."
msgstr "Añadir un nuevo paso al tutorial."
-#: KTutorialEditor.cpp:165
+#: KTutorialEditor.cpp:165 KTutorialEditor.cpp:219
msgctxt "@action"
msgid "Set data..."
msgstr "Establecer datos..."
@@ -144,11 +144,6 @@
msgid "Add a new reaction to the selected step."
msgstr "Añadir una nueva reacción al paso seleccionado actualmente."
-#: KTutorialEditor.cpp:219
-msgctxt "@action"
-msgid "Set reaction data..."
-msgstr "Establecer datos de la reacción..."
-
#: KTutorialEditor.cpp:220
msgctxt "@info:status"
msgid "Set the trigger and the response of the currently selected reaction."
@@ -886,6 +881,10 @@
msgid "Your emails"
msgstr "dan...@gm..."
+#~ msgctxt "@action"
+#~ msgid "Set reaction data..."
+#~ msgstr "Establecer datos de la reacción..."
+
#~ msgctxt "@item Noun, a step in a tutorial"
#~ msgid "Step"
#~ msgstr "Paso"
Modified: trunk/ktutorial/ktutorial-editor/po/ktutorial-editor.pot
===================================================================
--- trunk/ktutorial/ktutorial-editor/po/ktutorial-editor.pot 2010-03-22 19:24:36 UTC (rev 179)
+++ trunk/ktutorial/ktutorial-editor/po/ktutorial-editor.pot 2010-03-22 23:02:27 UTC (rev 180)
@@ -9,7 +9,7 @@
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: http://sourceforge.net/tracker/?"
"group_id=301227&atid=1270278\n"
-"POT-Creation-Date: 2010-03-22 20:21+0100\n"
+"POT-Creation-Date: 2010-03-22 23:59+0100\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL...@li...>\n"
@@ -92,7 +92,7 @@
msgid "Add a new step to the tutorial."
msgstr ""
-#: KTutorialEditor.cpp:165
+#: KTutorialEditor.cpp:165 KTutorialEditor.cpp:219
msgctxt "@action"
msgid "Set data..."
msgstr ""
@@ -136,11 +136,6 @@
msgid "Add a new reaction to the selected step."
msgstr ""
-#: KTutorialEditor.cpp:219
-msgctxt "@action"
-msgid "Set reaction data..."
-msgstr ""
-
#: KTutorialEditor.cpp:220
msgctxt "@info:status"
msgid "Set the trigger and the response of the currently selected reaction."
Modified: trunk/ktutorial/ktutorial-editor/src/KTutorialEditor.cpp
===================================================================
--- trunk/ktutorial/ktutorial-editor/src/KTutorialEditor.cpp 2010-03-22 19:24:36 UTC (rev 179)
+++ trunk/ktutorial/ktutorial-editor/src/KTutorialEditor.cpp 2010-03-22 23:02:27 UTC (rev 180)
@@ -216,7 +216,7 @@
actionListWidget->addAction(action);
action = new KAction(this);
- action->setText(i18nc("@action", "Set reaction data..."));
+ action->setText(i18nc("@action", "Set data..."));
action->setStatusTip(i18nc("@info:status", "Set the trigger and the "
"response of the currently selected reaction."));
action->setIcon(KIcon("document-edit"));
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|