From bd2abb0127348505dfcc8064d09fa8adfcb8d5f3 Mon Sep 17 00:00:00 2001 From: Calum Lind Date: Sat, 4 Oct 2014 10:53:29 +0100 Subject: [PATCH] Update copyright year in About dialog --- deluge/ui/gtkui/aboutdialog.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deluge/ui/gtkui/aboutdialog.py b/deluge/ui/gtkui/aboutdialog.py index 6af0190eb..ff347458c 100644 --- a/deluge/ui/gtkui/aboutdialog.py +++ b/deluge/ui/gtkui/aboutdialog.py @@ -29,7 +29,7 @@ class AboutDialog: version = get_version() - self.about.set_copyright(_('Copyright 2007-2011 Deluge Team')) + self.about.set_copyright(_("Copyright %s-%s Deluge Team") % (2007, 2014)) self.about.set_comments( _("A peer-to-peer file sharing program\nutilizing the BitTorrent protocol.") + "\n\n" + _("Client:") + " %s\n" % version)