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

Sune Vuorela pusling-guest at alioth.debian.org
Wed Feb 18 21:14:34 UTC 2009


The following commit has been merged in the master branch:
commit 630268fd747a78250fd6e93e9b1ebd877566c2a4
Author: Sune Vuorela <sune at vuorela.dk>
Date:   Wed Feb 18 22:10:20 2009 +0100

    improved warning message

diff --git a/warningpage.cpp b/warningpage.cpp
index ac6bde1..995b6d0 100644
--- a/warningpage.cpp
+++ b/warningpage.cpp
@@ -18,7 +18,7 @@
 
 WarningPage::WarningPage(QWidget *parent) : QWizardPage(parent)
 {
-  QLabel *text = new QLabel("You have selected to start from a clean KDE and to not backup data. You will most likely use data here. Are you sure?");
+  QLabel *text = new QLabel("You have selected a potentially harmful operation and to not backup data. You will most likely use data here. Are you sure?");
   QHBoxLayout *lay = new QHBoxLayout();
   lay->addWidget(text);
   setLayout(lay);

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



More information about the pkg-kde-commits mailing list