mirror of
git://github.com/kovidgoyal/calibre.git
synced 2025-12-24 07:56:33 +01:00
...
This commit is contained in:
parent
52dea1a51e
commit
f633c815c4
1 changed files with 1 additions and 1 deletions
|
|
@ -95,7 +95,7 @@ def server_state_changed(self, running):
|
|||
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…
Reference in a new issue