From 11353079c0b2d09ecce05aec5b9cd7af1649be6d Mon Sep 17 00:00:00 2001 From: Damien Elmes Date: Wed, 27 May 2009 00:56:43 +0900 Subject: [PATCH] mention how to change user/pass when setting up details --- ankiqt/ui/main.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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()