summaryrefslogtreecommitdiffstats
path: root/deluge/ui/gtkui/aboutdialog.py
diff options
context:
space:
mode:
Diffstat (limited to 'deluge/ui/gtkui/aboutdialog.py')
-rw-r--r--deluge/ui/gtkui/aboutdialog.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/deluge/ui/gtkui/aboutdialog.py b/deluge/ui/gtkui/aboutdialog.py
index 99ca45497..78b111724 100644
--- a/deluge/ui/gtkui/aboutdialog.py
+++ b/deluge/ui/gtkui/aboutdialog.py
@@ -57,7 +57,7 @@ class AboutDialog:
version = deluge.common.get_version()
self.about.set_copyright(
- _("Copyright %(year_start)s-%(year_end)s Deluge Team") % {"year_start": 2007, "year_end": 2016})
+ _("Copyright %(year_start)s-%(year_end)s Deluge Team") % {"year_start": 2007, "year_end": 2017})
self.about.set_comments(
_("A peer-to-peer file sharing program\nutilizing the BitTorrent protocol.")
+ "\n\n" + _("Client:") + " %s\n" % version)