diff --git a/aqt/about.py b/aqt/about.py index 89e780b8e..618388c2b 100644 --- a/aqt/about.py +++ b/aqt/about.py @@ -20,6 +20,8 @@ def show(parent): abouttext = "
" abouttext += '

' + _("Anki is a friendly, intelligent spaced learning \ system. It's free and open source.") + abouttext += "

"+_("Anki is licensed under the AGPL3 license. Please see " + "the license file in the source distribution for more information.") abouttext += '

' + _("Version %s") % appVersion + '
' abouttext += ("Qt %s PyQt %s
") % (QT_VERSION_STR, PYQT_VERSION_STR) abouttext += (_("Visit website") % aqt.appWebsite) + \