Plugins/AboutPlugin/AboutDialog.py

branch
5_3_x
changeset 2764
1d85539ac41a
parent 2302
f29e9405c851
child 3163
9f50365a0870
equal deleted inserted replaced
2762:423835fb1204 2764:1d85539ac41a
27 """ <a href="{1}">{1}</a>.</p>""" 27 """ <a href="{1}">{1}</a>.</p>"""
28 """<p>Please send bug reports to <a href="mailto:{2}">{2}</a>.</p>""" 28 """<p>Please send bug reports to <a href="mailto:{2}">{2}</a>.</p>"""
29 """<p>To request a new feature please send an email to""" 29 """<p>To request a new feature please send an email to"""
30 """ <a href="mailto:{3}">{3}</a>.</p>""" 30 """ <a href="mailto:{3}">{3}</a>.</p>"""
31 """<p>{0} uses third party software which is copyrighted""" 31 """<p>{0} uses third party software which is copyrighted"""
32 """ by it's respective copyright holder. For details see""" 32 """ by its respective copyright holder. For details see"""
33 """ the copyright notice of the individual package.</p>""" 33 """ the copyright notice of the individual package.</p>"""
34 ).format(UI.Info.Program, UI.Info.Homepage, UI.Info.BugAddress, UI.Info.FeatureAddress) 34 ).format(UI.Info.Program, UI.Info.Homepage, UI.Info.BugAddress, UI.Info.FeatureAddress)
35 35
36 authorsText = \ 36 authorsText = \
37 """\ 37 """\

eric ide

mercurial