diff --git a/src/calibre/gui2/dialogs/smartdevice.py b/src/calibre/gui2/dialogs/smartdevice.py index d8536a15cb..5de933a21c 100644 --- a/src/calibre/gui2/dialogs/smartdevice.py +++ b/src/calibre/gui2/dialogs/smartdevice.py @@ -37,7 +37,7 @@ class SmartdeviceDialog(QDialog, Ui_Dialog): self.fixed_port.setToolTip('
' + _('Try 9090. If calibre says that it fails to connect ' - 'to the port, try another number. Yu can use any number between ' + 'to the port, try another number. You can use any number between ' '8,000 and 32,000.') + '
') self.show_password.stateChanged[int].connect(self.toggle_password)