diff --git a/src/tdebluez/devicewizard.cpp b/src/tdebluez/devicewizard.cpp index ee4c04b..049c19a 100644 --- a/src/tdebluez/devicewizard.cpp +++ b/src/tdebluez/devicewizard.cpp @@ -246,7 +246,7 @@ void DeviceWizard::slotConnectButton() tqDebug(i18n("Device getAddress failed: %1").arg(dbuserr.message())); if (sel->text(2) == addr) { - if (connectButton->text() == "C&onnect") + if (connectButton->text() == i18n("C&onnect")) { connectingDevice.state = ConState::CONNECTING; connectingDevice.address = addr;