Dont mutate THANKS constant

This commit is contained in:
Philipp Hörist 2018-02-16 21:44:12 +01:00
parent d0cdc06803
commit 958c898ed1
1 changed files with 1 additions and 1 deletions

View File

@ -1312,7 +1312,7 @@ class AboutDialog(Gtk.AboutDialog):
self.add_credit_section(_('Past Developers'), const.DEVS_PAST)
self.add_credit_section(_('Artists'), const.ARTISTS)
thanks = const.THANKS
thanks = const.THANKS[:]
thanks.append('')
thanks.append(_('Last but not least'))
thanks.append(_('we would like to thank all the package maintainers.'))