summaryrefslogtreecommitdiffstats
path: root/deluge
diff options
context:
space:
mode:
authorCalum Lind <calumlind+deluge@gmail.com>2016-07-20 15:23:28 +0100
committerCalum Lind <calumlind+deluge@gmail.com>2016-07-20 15:23:28 +0100
commit226346311412c164cfb5e467d04b1ee8627bc015 (patch)
treea3b7e46a47b0d467c1f165e45f78504be9ccd107 /deluge
parent454c7be364be2d90dcf7c7646603f2d7c769e166 (diff)
downloaddeluge-226346311412c164cfb5e467d04b1ee8627bc015.tar.gz
deluge-226346311412c164cfb5e467d04b1ee8627bc015.tar.bz2
deluge-226346311412c164cfb5e467d04b1ee8627bc015.zip
Bump version to 1.3.13 and update datesdeluge-1.3.13
Diffstat (limited to 'deluge')
-rw-r--r--deluge/i18n/deluge.pot2
-rw-r--r--deluge/ui/gtkui/aboutdialog.py2
2 files changed, 2 insertions, 2 deletions
diff --git a/deluge/i18n/deluge.pot b/deluge/i18n/deluge.pot
index 139d68a4e..4e6ce2ca9 100644
--- a/deluge/i18n/deluge.pot
+++ b/deluge/i18n/deluge.pot
@@ -6,7 +6,7 @@
#, fuzzy
msgid ""
msgstr ""
-"Project-Id-Version: Deluge 1.3.12\n"
+"Project-Id-Version: Deluge 1.3.13\n"
"Report-Msgid-Bugs-To: http://deluge-torrent.org\n"
"POT-Creation-Date: 2016-06-19 12:14+0100\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
diff --git a/deluge/ui/gtkui/aboutdialog.py b/deluge/ui/gtkui/aboutdialog.py
index bca7bb6c8..99ca45497 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": 2015})
+ _("Copyright %(year_start)s-%(year_end)s Deluge Team") % {"year_start": 2007, "year_end": 2016})
self.about.set_comments(
_("A peer-to-peer file sharing program\nutilizing the BitTorrent protocol.")
+ "\n\n" + _("Client:") + " %s\n" % version)