From ac2f93115a72f444c09cb3f9ce6792103f688bc2 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Fri, 13 May 2016 18:05:56 +0530 Subject: [PATCH] Fix transient window shown during editor startup --- src/calibre/gui2/tweak_book/spell.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/calibre/gui2/tweak_book/spell.py b/src/calibre/gui2/tweak_book/spell.py index 7d5342b836..19e93b1e7a 100644 --- a/src/calibre/gui2/tweak_book/spell.py +++ b/src/calibre/gui2/tweak_book/spell.py @@ -969,7 +969,7 @@ class SpellCheck(Dialog): self.user_dictionaries_missing_label = la = QLabel(_( 'You have no active user dictionaries. You must' ' choose at least one active user dictionary via' - ' Preferences->Editor->Manage spelling dictionaries')) + ' Preferences->Editor->Manage spelling dictionaries'), self) la.setWordWrap(True) self.initialize_user_dictionaries() d.setMinimumContentsLength(25)