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

Modestas Vainius modax-guest at alioth.debian.org
Sun Mar 1 08:58:51 UTC 2009


The following commit has been merged in the master branch:
commit fa9a31078fa504dad2dcdc2677ae98ed1c6f909b
Author: Modestas Vainius <modestas at vainius.eu>
Date:   Sun Mar 1 03:27:21 2009 +0200

    Change title and infotext in choicepage.
    
    Signed-off-by: Modestas Vainius <modestas at vainius.eu>

diff --git a/choicepage.cpp b/choicepage.cpp
index 51eec4b..76600f8 100644
--- a/choicepage.cpp
+++ b/choicepage.cpp
@@ -41,9 +41,9 @@ ChoicePage::ChoicePage(QWidget *parent) : QWizardPage(parent)
 {
   d = new ChoicePagePrivate;
   QVBoxLayout *lay = new QVBoxLayout(this);
-  setTitle(tr("Kaboom - Migration Tool"));
+  setTitle(tr("Setting migration options"));
   d->buttons = new QButtonGroup(this);
-  d->text = new QLabel(tr("Please select your settings migration option"),this);
+  d->text = new QLabel(tr("Please choose one of the following migration scenarios:"),this);
   d->text->setWordWrap(true);
   lay->addWidget(d->text);
   if(KaboomSettings::instance().kdehomeDir().exists())

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



More information about the pkg-kde-commits mailing list