summaryrefslogtreecommitdiffstats
path: root/kcontrol
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2020-10-26 09:01:13 +0800
committerMichele Calgaro <michele.calgaro@yahoo.it>2020-10-26 09:01:22 +0800
commit5d1962e435455508db5ca4c2194fa28d4c4cf37f (patch)
tree672f62026cbe91639fa2f6bb7e6e7f5df91b08f1 /kcontrol
parent3af884db4246c396983761dbcf1d2820cbe15752 (diff)
downloadtdebase-5d1962e435455508db5ca4c2194fa28d4c4cf37f.tar.gz
tdebase-5d1962e435455508db5ca4c2194fa28d4c4cf37f.zip
tdehwmanager: fixed typo in previous commit.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'kcontrol')
-rw-r--r--kcontrol/hwmanager/devicepropsdlg.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/kcontrol/hwmanager/devicepropsdlg.cpp b/kcontrol/hwmanager/devicepropsdlg.cpp
index 717a23942..bb37695bd 100644
--- a/kcontrol/hwmanager/devicepropsdlg.cpp
+++ b/kcontrol/hwmanager/devicepropsdlg.cpp
@@ -977,7 +977,7 @@ void DevicePropertiesDialog::doUnlockDisk() {
reply.get(unlockResult);
}
if (!unlockResult.contains("result") || !unlockResult["result"].toBool()) {
- qerror = i18n("<qt.install>Unable to unlock this device.<p>Potential reasons include:<br>Wrong password and/or user privilege level.<br>Corrupt data on storage device.");
+ qerror = i18n("<qt>Unable to unlock this device.<p>Potential reasons include:<br>Wrong password and/or user privilege level.<br>Corrupt data on storage device.");
TQString errStr = unlockResult.contains("errStr") ? unlockResult["errStr"].toString() : i18n("Unknown unlock error.");
if (!errStr.isEmpty()) {
qerror.append(i18n("<p>Technical details:<br>").append(errStr));