Klamscan: Improved 'Cannot mount' error message.

Signed-off-by: Mavridis Philippe <mavridisf@gmail.com>
pull/24/head
Mavridis Philippe 3 years ago
parent d523b1c1e8
commit a8b9461cd5
No known key found for this signature in database
GPG Key ID: F8D2D7E2F989A494

@ -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) );
}
}

Loading…
Cancel
Save