[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-i18n-doc
Subject:    =?utf-8?q?=5Bkate/KDE/4=2E7=5D_kate/plugins/filetemplates/plugin?=
From:       Burkhard_Lück <lueck () hube-lueck ! de>
Date:       2011-06-27 9:43:19
Message-ID: 20110627094319.34627A60A6 () git ! kde ! org
[Download RAW message or body]

Git commit 6b61c6257e9d928d9d62fbe7045db433d61b39fe by Burkhard Lück.
Committed on 27/06/2011 at 11:40.
Pushed by lueck into branch 'KDE/4.7'.

add missing i18n calls to make the messages translatable
(cherry picked from commit b65b51d1dc590fd37b6e784443228565785602be)

CCMAIL:kde-i18n-doc@kde.org

M  +3    -3    kate/plugins/filetemplates/plugin/filetemplates.cpp     

http://commits.kde.org/kate/6b61c6257e9d928d9d62fbe7045db433d61b39fe

diff --git a/kate/plugins/filetemplates/plugin/filetemplates.cpp \
b/kate/plugins/filetemplates/plugin/filetemplates.cpp index e3253c7..8e054dc 100644
--- a/kate/plugins/filetemplates/plugin/filetemplates.cpp
+++ b/kate/plugins/filetemplates/plugin/filetemplates.cpp
@@ -644,10 +644,10 @@ KateTemplateWizard::KateTemplateWizard( QWidget *parent, \
KateFileTemplates *kft  {
   // 1) Optionally chose a file or existing template to start from
   QWizardPage *page = new QWizardPage;
-  page->setTitle("Template Origin");
-  page->setSubTitle("If you want to base this "
+  page->setTitle( i18n("Template Origin") );
+  page->setSubTitle( i18n("If you want to base this "
     "template on an existing file or template, select the appropriate option "
-    "below.");
+    "below.") );
 
   addPage( page );
 


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic