mirror of
https://github.com/ankitects/anki.git
synced 2025-09-21 23:42:23 -04:00
mention how to change user/pass when setting up details
This commit is contained in:
parent
4c0880b9c9
commit
11353079c0
1 changed files with 3 additions and 1 deletions
|
@ -791,7 +791,9 @@ To upgrade an old deck, download Anki 0.9.8.7."""))
|
||||||
l = QLabel(_(
|
l = QLabel(_(
|
||||||
'<h1>Online Account</h1>'
|
'<h1>Online Account</h1>'
|
||||||
'To use your free <a href="http://anki.ichi2.net/">online account</a>,<br>'
|
'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)
|
l.setOpenExternalLinks(True)
|
||||||
vbox.addWidget(l)
|
vbox.addWidget(l)
|
||||||
g = QGridLayout()
|
g = QGridLayout()
|
||||||
|
|
Loading…
Reference in a new issue