Reinsert web site url into translatable string to not make it harder to choose

web site entry by language
This commit is contained in:
Susanna Björverud 2009-06-25 11:34:10 +02:00
parent 5ca69dee1e
commit 90f1f62643

View file

@ -14,8 +14,8 @@ def show(parent):
abouttext += '<p>' + _("Anki is a friendly, intelligent spaced learning \ abouttext += '<p>' + _("Anki is a friendly, intelligent spaced learning \
system. It's free and open source.") system. It's free and open source.")
abouttext += '<p>' + _("Version %s") % appVersion + '<br>' abouttext += '<p>' + _("Version %s") % appVersion + '<br>'
abouttext += "<a href='http://ichi2.net/anki/'>" + _("Visit website") + \ abouttext += _("<a href='http://ichi2.net/anki/'>Visit website</a>") + \
"</a></span>" "</span>"
abouttext += '<p>' + _("Written by Damien Elmes, with patches, translation,\ abouttext += '<p>' + _("Written by Damien Elmes, with patches, translation,\
testing and design from:<p>%(cont)s") % {'cont': u""" testing and design from:<p>%(cont)s") % {'cont': u"""