From a8b9461cd5938d7bde7fcccb4cae201cbbad525c Mon Sep 17 00:00:00 2001 From: Mavridis Philippe Date: Fri, 15 Jan 2021 20:15:37 +0200 Subject: Klamscan: Improved 'Cannot mount' error message. Signed-off-by: Mavridis Philippe --- src/directorylist.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/directorylist.cpp b/src/directorylist.cpp index e62e532..6eff239 100644 --- a/src/directorylist.cpp +++ b/src/directorylist.cpp @@ -468,7 +468,7 @@ DeviceItem::mountDevice( const TQString & device) mountpoint = getMountPoint(device); if(! success || mountpoint == TQString::null ) { - KMessageBox::sorry( 0, i18n("Cannot mount %1. Please check that you have the permissions needed to mount the device, as well as the needed kernel modules loaded.") ); + KMessageBox::sorry( 0, i18n("Cannot mount device '%1'. Please check that you have the permissions needed to mount the device, as well as the needed kernel modules loaded.").arg(device) ); } } -- cgit v1.2.1