string changes

This commit is contained in:
Kovid Goyal 2019-11-09 15:30:12 +05:30
parent 4feb684c89
commit 6ec980c99f
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C

View File

@ -1266,7 +1266,7 @@ class ConfigWidget(ConfigWidgetBase):
if self.server.exception is not None: if self.server.exception is not None:
error_dialog( error_dialog(
self, self,
_('Failed to start content server'), _('Failed to start Content server'),
as_unicode(self.gui.content_server.exception) as_unicode(self.gui.content_server.exception)
).exec_() ).exec_()
self.gui.content_server = None self.gui.content_server = None