#! /bin/sh /usr/share/dpatch/dpatch-run ## kubuntu_05_fix_typo.dpatch by ## ## All lines beginning with `## DP:' are a description of the patch. ## DP: fixes the word lost to lose when commiting all changes @DPATCH@ diff -Nru qtparted-0.4.5.orig/src/qp_window.cpp qtparted-0.4.5/src/qp_window.cpp --- qtparted-0.4.5.orig/src/qp_window.cpp 2005-08-10 06:05:37.000000000 -0500 +++ qtparted-0.4.5/src/qp_window.cpp 2007-02-23 19:08:15.000000000 -0600 @@ -989,7 +989,7 @@ } void QP_MainWindow::slotCommit() { - QString label = QString(tr("You're commiting all changes. Warning, you can lost data!\n" + QString label = QString(tr("You're commiting all changes. Warning, you can lose data!\n" "Make sure also that you're not commiting a busy device...\n" "In other word PLEASE UMOUNT ALL PARTITIONS before commiting changes!"));