diff options
author | Slávek Banko <slavek.banko@axis.cz> | 2020-12-30 13:06:10 +0100 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2020-12-30 13:06:10 +0100 |
commit | 6a08038797a16f4deb6d2e33fba821b06c22b8a1 (patch) | |
tree | e970363d8461ab3200c2bf57aa401ef1e8c4d8c2 /kcontrol | |
parent | b50f9de23fcfc01660c969a914c6cb1ea8de4897 (diff) | |
download | tdebase-6a08038797a16f4deb6d2e33fba821b06c22b8a1.tar.gz tdebase-6a08038797a16f4deb6d2e33fba821b06c22b8a1.zip |
KControl - usbview: Fix typos in the error message.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
Diffstat (limited to 'kcontrol')
-rw-r--r-- | kcontrol/usbview/usbdevices.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kcontrol/usbview/usbdevices.cpp b/kcontrol/usbview/usbdevices.cpp index 87f3a7ee5..42e1b89d2 100644 --- a/kcontrol/usbview/usbdevices.cpp +++ b/kcontrol/usbview/usbdevices.cpp @@ -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 |