summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSlávek Banko <slavek.banko@axis.cz>2020-12-30 13:06:10 +0100
committerSlávek Banko <slavek.banko@axis.cz>2020-12-30 13:06:43 +0100
commitf11b86a9c7a76e3b721b935eedfdd890942224ee (patch)
treecf7160d3991c8bd9924a09dcd20ab736195c3d19
parentd5bf4852a965ab5ee05e3fec6614588609898576 (diff)
downloadtdebase-f11b86a9.tar.gz
tdebase-f11b86a9.zip
KControl - usbview: Fix typos in the error message.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz> (cherry picked from commit 6a08038797a16f4deb6d2e33fba821b06c22b8a1)
-rw-r--r--kcontrol/usbview/usbdevices.cpp2
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