[SCM] Kaboom - Debian KDE 3->4 migration tool branch, master, updated. master/0.9.1-15-gbfdccff

Modestas Vainius modax-guest at alioth.debian.org
Tue Mar 31 01:29:17 UTC 2009


The following commit has been merged in the master branch:
commit 183da8fcba9f5447cb7bb8e24c384d2dfe729a40
Author: Modestas Vainius <modestas at vainius.eu>
Date:   Tue Mar 31 04:02:10 2009 +0300

    Be less verbose in the 'backup' checkbox.
    
    Due to horizontal space constraints...
    
    Signed-off-by: Modestas Vainius <modestas at vainius.eu>

diff --git a/choicepage.cpp b/choicepage.cpp
index d5dd06a..f856186 100644
--- a/choicepage.cpp
+++ b/choicepage.cpp
@@ -144,10 +144,7 @@ ChoicePage::ChoicePage(QWidget *parent) : QWizardPage(parent)
   d->buttons->addButton(d->clean,MigrationTool::Clean);
   lay->addWidget(d->clean);
 
-  d->backup = new QCheckBox(
-    tr("Backup existing KDE 3 settings into %1. (Highly recommended)")
-        .arg(s.kdehomePrettyPath(KaboomSettings::Kde3Backup)),
-    this);
+  d->backup = new QCheckBox(tr("Backup existing KDE 3 settings (highly recommended)"), this);
   d->backup->setChecked(false);
   registerField("backup",d->backup);
   lay->addWidget(d->backup);

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



More information about the pkg-kde-commits mailing list