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)