From f52ebbe5419c03aa352ada69cd7715cf6507badd Mon Sep 17 00:00:00 2001 From: Marcos Pinto Date: Sun, 20 Jul 2008 03:55:01 +0000 Subject: [PATCH] fix alignment of description --- 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 97b88557b..adcb8a75c 100644 --- a/deluge/ui/gtkui/aboutdialog.py +++ b/deluge/ui/gtkui/aboutdialog.py @@ -56,7 +56,7 @@ class AboutDialog: if rev != "": version = version + "r" + rev 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_authors(["Andrew Resch", "Marcos Pinto", "Sadrul Habib Chowdhury", "Martijn Voncken"])