mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-05-05 16:13:38 +02:00
...
This commit is contained in:
commit
e285358acb
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