diff --git a/ankiqt/ui/main.py b/ankiqt/ui/main.py index d1b6a7e50..d928c681c 100644 --- a/ankiqt/ui/main.py +++ b/ankiqt/ui/main.py @@ -791,7 +791,9 @@ To upgrade an old deck, download Anki 0.9.8.7.""")) l = QLabel(_( '

Online Account

' 'To use your free online account,
' - "please enter your details below.
")) + "please enter your details below.

" + "You can change your details later with
" + "Settings->Preferences->Sync
")) l.setOpenExternalLinks(True) vbox.addWidget(l) g = QGridLayout()