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

Pino Toscano pino-guest at alioth.debian.org
Tue Feb 24 22:28:29 UTC 2009


The following commit has been merged in the master branch:
commit 1471f6696fc1e592f83ea0a59f90168986d45963
Author: Pino Toscano <pino at kde.org>
Date:   Tue Feb 24 23:27:22 2009 +0100

    i18n fixes

diff --git a/choicepage.cpp b/choicepage.cpp
index 3bff26a..43bb75e 100644
--- a/choicepage.cpp
+++ b/choicepage.cpp
@@ -37,11 +37,11 @@ ChoicePage::ChoicePage(QWidget *parent) : QWizardPage(parent)
 {
   d = new ChoicePagePrivate;
   QVBoxLayout *lay = new QVBoxLayout(this);
-  setTitle(tr("Kaboom - MigrationTool"));
+  setTitle(tr("Kaboom - Migration Tool"));
   d->haskde4dir = QFile::exists(QDir::homePath()+KDE4DIR);
   d->haskdedir = QFile::exists(QDir::homePath()+KDEDIR);
   d->buttons = new QButtonGroup(this);
-  d->text = new QLabel(tr("Please select your settings migratation option"),this);
+  d->text = new QLabel(tr("Please select your settings migration option"),this);
   d->text->setWordWrap(true);
   lay->addWidget(d->text);
   if(d->haskdedir)
diff --git a/intropage.cpp b/intropage.cpp
index 228bfc4..e716fc2 100644
--- a/intropage.cpp
+++ b/intropage.cpp
@@ -18,7 +18,7 @@
 
 IntroPage::IntroPage(QWidget *parent) : QWizardPage(parent)
 {
-  setTitle(tr("Kaboom - MigrationTool"));
+  setTitle(tr("Kaboom - Migration Tool"));
   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();
diff --git a/migrationpage.cpp b/migrationpage.cpp
index 64970bc..4b5200e 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\", settitgs migration will start"),this);
+  QLabel *text = new QLabel(tr("When you click \"Start\", settings 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