Plugins/AboutPlugin/AboutDialog.py

changeset 2763
e4794166ad70
parent 2594
bbb99b1cdfd2
child 2791
a9577f248f04
child 3004
c4bf32c791d0
equal deleted inserted replaced
2761:bcc10ef7015d 2763:e4794166ad70
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