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

Frederik Gladhorn fregl-guest at alioth.debian.org
Thu Apr 9 20:39:39 UTC 2009


The following commit has been merged in the master branch:
commit faf5e7bbc2dcd9096bd1d326f6f39cb1d34f8084
Author: Frederik Gladhorn <frederik at greshym.(none)>
Date:   Thu Apr 9 22:39:08 2009 +0200

    improve warning message

diff --git a/migrationpage.cpp b/migrationpage.cpp
index 1bdb8ae..ced5200 100644
--- a/migrationpage.cpp
+++ b/migrationpage.cpp
@@ -48,7 +48,7 @@ MigrationPagePrivate::MigrationPagePrivate(MigrationPage* parent)
   error->setPalette(pal);
 
   QLabel *warning = new QLabel;
-  warning->setText(tr("WARNING: if you go back, the migration process will be restarted over the current state."));
+  warning->setText(tr("WARNING: If you go back, changes made so far will not be undone."));
   warning->setWordWrap(true);
   warning->setAlignment(Qt::AlignJustify);
 

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



More information about the pkg-kde-commits mailing list