mirror of
git://github.com/kovidgoyal/calibre.git
synced 2025-12-28 09:56:25 +01:00
fix typo
This commit is contained in:
parent
aae85f9328
commit
043be33cc8
1 changed files with 1 additions and 1 deletions
|
|
@ -37,7 +37,7 @@ def __init__(self, parent):
|
|||
|
||||
self.fixed_port.setToolTip('<p>' +
|
||||
_('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.') + '</p>')
|
||||
|
||||
self.show_password.stateChanged[int].connect(self.toggle_password)
|
||||
|
|
|
|||
Loading…
Reference in a new issue