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 """\ |