mirror of
https://github.com/ankitects/anki.git
synced 2025-11-11 07:07:13 -05:00
Reinsert web site url into translatable string to not make it harder to choose
web site entry by language
This commit is contained in:
parent
5ca69dee1e
commit
90f1f62643
1 changed files with 2 additions and 2 deletions
|
|
@ -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"""
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue