[SCM] Kaboom - Debian KDE 3->4 migration tool branch, master, updated. 68e0538f0be610eaca530f50ed55bfb2919fc25d

Sune Vuorela pusling-guest at alioth.debian.org
Tue Feb 24 20:47:14 UTC 2009


The following commit has been merged in the master branch:
commit 0e468c147f60e5ff61929515b24f2123980eae93
Author: Sune Vuorela <sune at vuorela.dk>
Date:   Tue Feb 24 21:45:15 2009 +0100

    rest of scottk's language fixes

diff --git a/intropage.cpp b/intropage.cpp
index a502417..228bfc4 100644
--- a/intropage.cpp
+++ b/intropage.cpp
@@ -19,7 +19,7 @@
 IntroPage::IntroPage(QWidget *parent) : QWizardPage(parent)
 {
   setTitle(tr("Kaboom - MigrationTool"));
-  QLabel *text = new QLabel(tr("This wizard will guide you thru the migration of KDE 3 and KDE 4 settings as required"),this);
+  QLabel *text = new QLabel(tr("This wizard will guide you through the process of migrating your KDE settings as required"),this);
   text->setWordWrap(true);
   QVBoxLayout *lay = new QVBoxLayout();
   lay->addWidget(text);
diff --git a/migrationpage.cpp b/migrationpage.cpp
index 839c3d1..64970bc 100644
--- a/migrationpage.cpp
+++ b/migrationpage.cpp
@@ -100,7 +100,7 @@ void MigrationPagePrivate::errorhandling(const QString& err)
 MigrationPage::MigrationPage(QWidget *parent) : QWizardPage(parent)
 {
   d=new MigrationPagePrivate(this);
-  QLabel *text = new QLabel(tr("When you click \"start\", migration will start"),this);
+  QLabel *text = new QLabel(tr("When you click \"start\", settitgs migration will start"),this);
   text->setWordWrap(true);
   
   setTitle(tr("Start Migration"));

-- 
Kaboom - Debian KDE 3->4 migration tool



More information about the pkg-kde-commits mailing list