mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
...
This commit is contained in:
commit
e285358acb
@ -95,7 +95,7 @@ class ShareConnMenu(QMenu): # {{{
|
|||||||
cs_port = content_server_config().parse().port
|
cs_port = content_server_config().parse().port
|
||||||
ip_text = _(' [%s, port %d]')%(listen_on, cs_port)
|
ip_text = _(' [%s, port %d]')%(listen_on, cs_port)
|
||||||
except:
|
except:
|
||||||
ip_text = '';
|
ip_text = ' [%s]'%listen_on
|
||||||
text = _('Stop Content Server') + ip_text
|
text = _('Stop Content Server') + ip_text
|
||||||
self.toggle_server_action.setText(text)
|
self.toggle_server_action.setText(text)
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user