--- kdebase-SuSE/po/Makefile.am~ 2007-01-16 12:58:46 +0300 +++ kdebase-SuSE/po/Makefile.am 2007-05-21 19:50:01 +0400 @@ -1,5 +1,5 @@ -SUBDIRS = kfiledialog kio_sysinfo krpmview kryptomedia SUSEgreeter suseplugger susetranslations +SUBDIRS = kryptomedia update: for i in $(SUBDIRS); do \ --- kdebase-SuSE/Makefile.am~ 2005-02-10 13:25:26 +0300 +++ kdebase-SuSE/Makefile.am 2007-05-21 19:52:49 +0400 @@ -1,7 +1,7 @@ ## kdebase/Makefile.am ## (C) 1997 Stephan Kulow -SUBDIRS = $(TOPSUBDIRS) +SUBDIRS = kryptomedia po include admin/deps.am --- kdebase-SuSE/kryptomedia/dialog.cpp~ 2007-01-15 13:04:04 +0300 +++ kdebase-SuSE/kryptomedia/dialog.cpp 2007-05-21 20:14:15 +0400 @@ -91,7 +91,7 @@ void Dialog::slotDialogError(QString err if ( errorName == "org.freedesktop.Hal.Device.Volume.Crypto.SetupPasswordError" ) { error = QString( i18n("Wrong password!") ); } else if ( errorName == "org.freedesktop.Hal.Device.Volume.Crypto.CryptSetupMissing" ) { - error = QString( i18n("Decryption failed! Application \"cryptsetup\" not found. Is package \"util-linux-crypto\" installed?") ); + error = QString( i18n("Decryption failed! Application \"cryptsetup\" not found. Is package \"cryptsetup-luks\" installed?") ); } else if ( errorName == "org.freedesktop.Hal.Device.Volume.Crypto.SetupError" ) { error = QString( i18n("%1 is already decrypted!").arg(mDevice) ); } else {