29 """ <a href="{1}">{1}</a>.</p>""" |
29 """ <a href="{1}">{1}</a>.</p>""" |
30 """<p>Please send bug reports to <a href="mailto:{2}">{2}</a>.</p>""" |
30 """<p>Please send bug reports to <a href="mailto:{2}">{2}</a>.</p>""" |
31 """<p>To request a new feature please send an email to""" |
31 """<p>To request a new feature please send an email to""" |
32 """ <a href="mailto:{3}">{3}</a>.</p>""" |
32 """ <a href="mailto:{3}">{3}</a>.</p>""" |
33 """<p>{0} uses third party software which is copyrighted""" |
33 """<p>{0} uses third party software which is copyrighted""" |
34 """ by it's respective copyright holder. For details see""" |
34 """ by its respective copyright holder. For details see""" |
35 """ the copyright notice of the individual package.</p>""" |
35 """ the copyright notice of the individual package.</p>""" |
36 ).format(UI.Info.Program, UI.Info.Homepage, UI.Info.BugAddress, UI.Info.FeatureAddress) |
36 ).format(UI.Info.Program, UI.Info.Homepage, UI.Info.BugAddress, UI.Info.FeatureAddress) |
37 |
37 |
38 authorsText = \ |
38 authorsText = \ |
39 """\ |
39 """\ |