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

Sune Vuorela pusling-guest at alioth.debian.org
Mon Feb 23 22:05:39 UTC 2009


The following commit has been merged in the master branch:
commit 6af429a655a1110a013729e501438e2a801c470d
Author: Sune Vuorela <sune at vuorela.dk>
Date:   Mon Feb 23 23:02:35 2009 +0100

    more tr()

diff --git a/intropage.cpp b/intropage.cpp
index 1c7d052..e26b1e5 100644
--- a/intropage.cpp
+++ b/intropage.cpp
@@ -18,7 +18,7 @@
 
 IntroPage::IntroPage(QWidget *parent) : QWizardPage(parent)
 {
-  setTitle("Kaboom - MigrationTool");
+  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"));
   QVBoxLayout *lay = new QVBoxLayout();
   lay->addWidget(text);

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



More information about the pkg-kde-commits mailing list