mirror of
https://github.com/codex-storage/deluge.git
synced 2025-01-12 04:24:27 +00:00
fix alignment of description
This commit is contained in:
parent
f222b2737e
commit
f52ebbe541
@ -56,7 +56,7 @@ class AboutDialog:
|
|||||||
if rev != "":
|
if rev != "":
|
||||||
version = version + "r" + rev
|
version = version + "r" + rev
|
||||||
self.about.set_copyright(u'Copyright \u00A9 2007-2008 Andrew Resch')
|
self.about.set_copyright(u'Copyright \u00A9 2007-2008 Andrew Resch')
|
||||||
self.about.set_comments("A peer-to-peer file sharing program utilizing the Bittorrent protocol.")
|
self.about.set_comments("A peer-to-peer file sharing program\nutilizing the Bittorrent protocol.")
|
||||||
self.about.set_version(version)
|
self.about.set_version(version)
|
||||||
self.about.set_authors(["Andrew Resch", "Marcos Pinto",
|
self.about.set_authors(["Andrew Resch", "Marcos Pinto",
|
||||||
"Sadrul Habib Chowdhury", "Martijn Voncken"])
|
"Sadrul Habib Chowdhury", "Martijn Voncken"])
|
||||||
|
Loading…
x
Reference in New Issue
Block a user