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

Sune Vuorela pusling-guest at alioth.debian.org
Tue Feb 24 07:50:32 UTC 2009


The following commit has been merged in the master branch:
commit 5aaf847c22013a9cd7deca47d4aec8d2acf0d138
Author: Sune Vuorela <sune at vuorela.dk>
Date:   Tue Feb 24 08:48:51 2009 +0100

    add tr()

diff --git a/migrationpage.cpp b/migrationpage.cpp
index 64f1f91..93122b8 100644
--- a/migrationpage.cpp
+++ b/migrationpage.cpp
@@ -39,7 +39,7 @@ void MigrationPagePrivate::doMagic()
 {
   start->setEnabled(false);
   q->wizard()->setOptions(q->wizard()->options()|QWizard::DisabledBackButtonOnLastPage); //no way back
-  q->setTitle("Migration running");
+  q->setTitle(tr("Migration running"));
   if(backup)
   {
     if(QFile::exists(QDir::homePath()+KDEDIR))

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



More information about the pkg-kde-commits mailing list