summaryrefslogtreecommitdiffstats
path: root/deluge
diff options
context:
space:
mode:
authorCalum Lind <calumlind+deluge@gmail.com>2019-06-05 23:32:37 +0100
committerCalum Lind <calumlind+deluge@gmail.com>2019-06-06 17:12:58 +0100
commitd4185505d1845c59881518b8699868a867fdbe75 (patch)
tree6fa1bdec02b6f8225da24e12acf77e36321e18c2 /deluge
parent04e58659febdcd9f371f49d33999af3654f13e11 (diff)
downloaddeluge-d4185505d1845c59881518b8699868a867fdbe75.tar.gz
deluge-d4185505d1845c59881518b8699868a867fdbe75.tar.bz2
deluge-d4185505d1845c59881518b8699868a867fdbe75.zip
[Docs] Cleanup changelog and docs
Diffstat (limited to 'deluge')
-rw-r--r--deluge/ui/gtk3/aboutdialog.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/deluge/ui/gtk3/aboutdialog.py b/deluge/ui/gtk3/aboutdialog.py
index 2c4800ef7..9974a13de 100644
--- a/deluge/ui/gtk3/aboutdialog.py
+++ b/deluge/ui/gtk3/aboutdialog.py
@@ -38,7 +38,7 @@ class AboutDialog(object):
self.about.set_copyright(
_('Copyright %(year_start)s-%(year_end)s Deluge Team')
- % {'year_start': 2007, 'year_end': 2015}
+ % {'year_start': 2007, 'year_end': 2019}
)
self.about.set_comments(
_('A peer-to-peer file sharing program\nutilizing the BitTorrent protocol.')