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

Ana Beatriz Guerrero López ana at alioth.debian.org
Mon Feb 23 02:39:25 UTC 2009


The following commit has been merged in the master branch:
commit 379818c7be8b471540e618f7a63d257c95dc4bda
Author: Ana Guerrero <ana at ekaia.org>
Date:   Mon Feb 23 03:37:25 2009 +0100

    Convert message to standard engrish.

diff --git a/warningpage.cpp b/warningpage.cpp
index 995b6d0..fd91a6f 100644
--- a/warningpage.cpp
+++ b/warningpage.cpp
@@ -18,7 +18,7 @@
 
 WarningPage::WarningPage(QWidget *parent) : QWizardPage(parent)
 {
-  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?");
+  QLabel *text = new QLabel("You have selected a potentially harmful operation and not to backup data. You will most likely lose data here. Are you completely 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