From 9d5c63d3d2780fa4f5576857baec38ecb0ba1dbc Mon Sep 17 00:00:00 2001 From: Damien Elmes Date: Mon, 19 Mar 2012 23:17:07 +0900 Subject: [PATCH] link to beta ankiweb --- aqt/sync.py | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/aqt/sync.py b/aqt/sync.py index 60a35a63b..d0880438f 100755 --- a/aqt/sync.py +++ b/aqt/sync.py @@ -126,10 +126,12 @@ AnkiWeb is too busy at the moment. Please try again in a few minutes.""") d = QDialog(self.mw) d.setWindowTitle("Anki") vbox = QVBoxLayout() - l = QLabel(_("""\ + # FIXME: not translated for now, as we'll need to switch from beta to + # live all at once + l = QLabel(("""\

Account Required

A free account is required to keep your collection synchronized. Please \ -sign up for an account, then \ +sign up for an account, then \ enter your details below.""")) l.setOpenExternalLinks(True) l.setWordWrap(True)