String changes

This commit is contained in:
Kovid Goyal 2020-05-07 08:52:13 +05:30
parent 75a0cb950c
commit 070a0e3634
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C

View File

@ -353,7 +353,7 @@ class WebView(RestartingWebEngineView, OpenWithHandler):
return return
self.dead_renderer_error_shown = True self.dead_renderer_error_shown = True
error_dialog(self, _('Render process crashed'), _( error_dialog(self, _('Render process crashed'), _(
'The Qt WebEngine Render process has crashed so Preview/Live css will not work.' 'The Qt WebEngine Render process has crashed so Preview/Live CSS will not work.'
' You should try restarting the editor.') ' You should try restarting the editor.')
, show=True) , show=True)