KControl - usbview: Fix typos in the error message.

Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
pull/159/head
Slávek Banko 3 years ago
parent b50f9de23f
commit 6a08038797
No known key found for this signature in database
GPG Key ID: 608F5293A04BE668

@ -479,7 +479,7 @@ bool USBDevice::parse(TQString fname)
if ( showErrorMessage && error ) {
showErroeMessage = false;
KMessageBox::error( 0, i18n("Could not open one or more USB controller, Make sure you have read access to all BSD controllers that shoudl be listed here."));
KMessageBox::error( 0, i18n("Could not open one or more USB controller. Make sure you have read access to all USB controllers that should be listed here."));
}
#endif

Loading…
Cancel
Save