From d7368a58f51ba4a2897b5fad4ac3b60453e2330d Mon Sep 17 00:00:00 2001 From: Jordan Lee Date: Tue, 21 Jan 2014 03:15:33 +0000 Subject: [PATCH] Copyedit the license's revised text: (1) fix accidental word concatenations in the Qt and GTK+ clients' license popup text --- gtk/main.c | 8 ++++---- qt/license.cc | 8 ++++---- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/gtk/main.c b/gtk/main.c index a999f4562..ddfc1f443 100644 --- a/gtk/main.c +++ b/gtk/main.c @@ -65,16 +65,16 @@ static const char * LICENSE = "Copyright 2005-2014. All code is copyrighted by the respective authors.\n" "\n" - "Transmission can be redistributed and/or modified under the terms of the" + "Transmission can be redistributed and/or modified under the terms of the " "GNU GPL versions 2 or 3 or by any future license endorsed by Mnemosyne LLC.\n" "\n" "In addition, linking to and/or using OpenSSL is allowed.\n" "\n" - "This program is distributed in the hope that it will be useful," - "but WITHOUT ANY WARRANTY; without even the implied warranty of" + "This program is distributed in the hope that it will be useful, " + "but WITHOUT ANY WARRANTY; without even the implied warranty of " "MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.\n" "\n" - "Some of Transmission's source files have more permissive licenses." + "Some of Transmission's source files have more permissive licenses. " "Those files may, of course, be used on their own under their own terms.\n"; struct cbdata diff --git a/qt/license.cc b/qt/license.cc index a8271848e..9c2509610 100644 --- a/qt/license.cc +++ b/qt/license.cc @@ -25,16 +25,16 @@ LicenseDialog :: LicenseDialog (QWidget * parent): t->setPlainText ( "Copyright 2005-2014. All code is copyrighted by the respective authors.\n" "\n" - "Transmission can be redistributed and/or modified under the terms of the" + "Transmission can be redistributed and/or modified under the terms of the " "GNU GPL versions 2 or 3 or by any future license endorsed by Mnemosyne LLC.\n" "\n" "In addition, linking to and/or using OpenSSL is allowed.\n" "\n" - "This program is distributed in the hope that it will be useful," - "but WITHOUT ANY WARRANTY; without even the implied warranty of" + "This program is distributed in the hope that it will be useful, " + "but WITHOUT ANY WARRANTY; without even the implied warranty of " "MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.\n" "\n" - "Some of Transmission's source files have more permissive licenses." + "Some of Transmission's source files have more permissive licenses. " "Those files may, of course, be used on their own under their own terms.\n"); v->addWidget (t);