mirror of
https://github.com/ankitects/anki.git
synced 2025-11-10 22:57:11 -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 \
|
||||
system. It's free and open source.")
|
||||
abouttext += '<p>' + _("Version %s") % appVersion + '<br>'
|
||||
abouttext += "<a href='http://ichi2.net/anki/'>" + _("Visit website") + \
|
||||
"</a></span>"
|
||||
abouttext += _("<a href='http://ichi2.net/anki/'>Visit website</a>") + \
|
||||
"</span>"
|
||||
abouttext += '<p>' + _("Written by Damien Elmes, with patches, translation,\
|
||||
testing and design from:<p>%(cont)s") % {'cont': u"""
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue