string changes

This commit is contained in:
Kovid Goyal
2019-11-09 15:30:12 +05:30
parent 4feb684c89
commit 6ec980c99f
+1 -1
View File
@@ -1266,7 +1266,7 @@ class ConfigWidget(ConfigWidgetBase):
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