mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-04-28 03:54:01 +02:00
Merge branch 'patch-1' of https://github.com/nerdoc/calibre
This commit is contained in:
commit
046d9bb4d0
1 changed files with 1 additions and 1 deletions
|
|
@ -930,7 +930,7 @@ def completed(self, newloc):
|
|||
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…
Reference in a new issue