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