mirror of
git://github.com/kovidgoyal/calibre.git
synced 2025-12-21 16:25:49 +01:00
string changes
This commit is contained in:
parent
4feb684c89
commit
6ec980c99f
1 changed files with 1 additions and 1 deletions
|
|
@ -1266,7 +1266,7 @@ def start_server(self):
|
|||
if self.server.exception is not None:
|
||||
error_dialog(
|
||||
self,
|
||||
_('Failed to start content server'),
|
||||
_('Failed to start Content server'),
|
||||
as_unicode(self.gui.content_server.exception)
|
||||
).exec_()
|
||||
self.gui.content_server = None
|
||||
|
|
|
|||
Loading…
Reference in a new issue