mirror of
git://github.com/kovidgoyal/calibre.git
synced 2025-12-23 22:04:59 +01:00
String changes
This commit is contained in:
parent
75a0cb950c
commit
070a0e3634
1 changed files with 1 additions and 1 deletions
|
|
@ -353,7 +353,7 @@ def render_process_died(self):
|
|||
return
|
||||
self.dead_renderer_error_shown = True
|
||||
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.')
|
||||
, show=True)
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue