mirror of
https://git.deluge-torrent.org/deluge
synced 2025-08-02 22:48:40 +00:00
Update copyright year in About dialog
This commit is contained in:
parent
d805f99534
commit
bd2abb0127
1 changed files with 1 additions and 1 deletions
|
@ -29,7 +29,7 @@ class AboutDialog:
|
||||||
|
|
||||||
version = get_version()
|
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(
|
self.about.set_comments(
|
||||||
_("A peer-to-peer file sharing program\nutilizing the BitTorrent protocol.")
|
_("A peer-to-peer file sharing program\nutilizing the BitTorrent protocol.")
|
||||||
+ "\n\n" + _("Client:") + " %s\n" % version)
|
+ "\n\n" + _("Client:") + " %s\n" % version)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue