mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
Merge branch 'patch-1' of https://github.com/nerdoc/calibre
This commit is contained in:
commit
046d9bb4d0
@ -930,7 +930,7 @@ class Wizard(QWizard):
|
||||
return QWizard.accept(self)
|
||||
|
||||
def set_finish_text(self, *args):
|
||||
bt = unicode(self.buttonText(self.FinishButton)).replace('&', '')
|
||||
bt = unicode("<em>" + self.buttonText(self.FinishButton) + "</em>").replace('&', '')
|
||||
t = unicode(self.finish_page.finish_text.text())
|
||||
if '%s' in t:
|
||||
self.finish_page.finish_text.setText(t%bt)
|
||||
|
Loading…
x
Reference in New Issue
Block a user