[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 4802373fbe57c18ae91b8d0ad45f118f64793eda
Author: Sune Vuorela <sune at vuorela.dk>
Date:   Mon Feb 23 23:05:25 2009 +0100

    more tr's

diff --git a/migrationpage.cpp b/migrationpage.cpp
index 37b8491..ac41291 100644
--- a/migrationpage.cpp
+++ b/migrationpage.cpp
@@ -82,9 +82,9 @@ void MigrationPagePrivate::doMagic()
 MigrationPage::MigrationPage(QWidget *parent) : QWizardPage(parent)
 {
   d=new MigrationPagePrivate(this);
-  QLabel *text = new QLabel("When you click \"start\", migration will start",this);
+  QLabel *text = new QLabel(tr("When you click \"start\", migration will start"),this);
   
-  setTitle("Start Migration");
+  setTitle(tr("Start Migration"));
 
   connect(d->start,SIGNAL(clicked()),d,SLOT(doMagic()));
   

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



More information about the pkg-kde-commits mailing list