diff options
author | raveit65 <[email protected]> | 2017-10-11 18:18:41 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2017-10-11 18:18:41 +0200 |
commit | 8b8bfcdd939dc030f12baa5d226d288ca147500a (patch) | |
tree | bfc77d2223bba159a6d4f02770ff066e08fdeb5d /invest-applet/invest/about.py | |
parent | 09684c52596be088e598cd57fe75265210cc7e9e (diff) | |
parent | 59c3495c532702f23849bb770ee6607fcadf37ae (diff) | |
download | mate-applets-8b8bfcdd939dc030f12baa5d226d288ca147500a.tar.bz2 mate-applets-8b8bfcdd939dc030f12baa5d226d288ca147500a.tar.xz |
Merge branch 'master' of github.com:mate-desktop/mate-applets
Diffstat (limited to 'invest-applet/invest/about.py')
-rw-r--r-- | invest-applet/invest/about.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/invest-applet/invest/about.py b/invest-applet/invest/about.py index 97e33f27..3b62b70d 100644 --- a/invest-applet/invest/about.py +++ b/invest-applet/invest/about.py @@ -23,7 +23,7 @@ def show_about(): "logo" : invest_logo, "version" : VERSION, "comments" : _("Track your invested money."), - "copyright" : "Copyright © 2004-2005 Raphael Slinckx\nCopyright © 2009-2010 Enrico Minack\nCopyright © 2012-2016 MATE developers" + "copyright" : "Copyright © 2004-2005 Raphael Slinckx\nCopyright © 2009-2010 Enrico Minack\nCopyright © 2012-2017 MATE developers" } # about.set_authors("Raphael Slinckx <[email protected]>\nEnrico Minack <[email protected]>") |