KControl - usbview: Fix typos in the error message.

Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
(cherry picked from commit 6a08038797)
r14.0.x
Slávek Banko 3 years ago
parent d5bf4852a9
commit f11b86a9c7
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