mention how to change user/pass when setting up details

This commit is contained in:
Damien Elmes 2009-05-27 00:56:43 +09:00
parent 4c0880b9c9
commit 11353079c0

View file

@ -791,7 +791,9 @@ To upgrade an old deck, download Anki 0.9.8.7."""))
l = QLabel(_(
'<h1>Online Account</h1>'
'To use your free <a href="http://anki.ichi2.net/">online account</a>,<br>'
"please enter your details below.<br>"))
"please enter your details below.<br><br>"
"You can change your details later with<br>"
"Settings->Preferences->Sync<br>"))
l.setOpenExternalLinks(True)
vbox.addWidget(l)
g = QGridLayout()