Received: (at submit) by bugs.x2go.org; 30 Dec 2013 13:44:14 +0000
X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on
	ymir.das-netzwerkteam.de
X-Spam-Level: 
X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00,SPF_HELO_PASS,
	T_FRT_CONTACT,URIBL_BLOCKED autolearn=ham version=3.3.2
Received: from moutng.kundenserver.de (moutng.kundenserver.de [212.227.17.10])
	by ymir (Postfix) with ESMTP id D70455DB1C
	for <submit@bugs.x2go.org>; Mon, 30 Dec 2013 14:44:13 +0100 (CET)
Received: from [192.168.0.3] (dslb-088-067-145-049.pools.arcor-ip.net [88.67.145.49])
	by mrelayeu.kundenserver.de (node=mrbap4) with ESMTP (Nemesis)
	id 0McEmF-1VhLTO1ZNn-00JcVk; Mon, 30 Dec 2013 14:44:13 +0100
Message-ID: <52C178C3.3000006@stefanbaur.de>
Date: Mon, 30 Dec 2013 14:44:35 +0100
From: Stefan Baur <newsgroups.mail2@stefanbaur.de>
User-Agent: Mozilla/5.0 (Windows NT 6.1; rv:24.0) Gecko/20100101 Thunderbird/24.2.0
MIME-Version: 1.0
To: submit@bugs.x2go.org
Subject: Spelling/English language syntax patches to x2goclient
Content-Type: multipart/mixed;
 boundary="------------090202090502030202010608"
X-Provags-ID: V02:K0:oxal2Bz2EqX4uOOIlmKKgW1v84d2nLXSEMzEJM8bc3z
 CKts3Czo1k6kn8equ6bhltczH51vxihVWKk2KIq2OYR8hLLJbQ
 TlQgaBtYRGm7GBJu4lzmZitheydTkTMwSDXWhdL6vJ09hmej3y
 4gkEH6s7JbgqqC6L3XSU+n3r5qrK3MqZuMkxvrx6wiDkazS4Y0
 XvRFauDZjDbgxEISMPDuszLDwRmyJJ/29jTu++SJEBXn4gCLdp
 z8POd045KjLqNBFh4VskSC91NAcDpeVGCKfLYGVWeoH80YxxN9
 V4MqoHwyem/5VgtoRwzulkMCQMgnopxzUw0PVWKHRf0GxKE4y5
 oF3InMiZtVf9HfZu3W0tZ/+uT10VcMJ7O7ttpiNLz

This is a multi-part message in MIME format.
--------------090202090502030202010608
Content-Type: text/plain; charset=ISO-8859-15; format=flowed
Content-Transfer-Encoding: 7bit

package: x2goclient
severity: normal
version: 4.0.1.3

These patches fix some spelling/English language syntax issues in 
x2goclient.

-Stefan

--------------090202090502030202010608
Content-Type: text/plain; charset=windows-1252;
 name="0001-Fixed-spelling-English-language-syntax.patch"
Content-Transfer-Encoding: 7bit
Content-Disposition: attachment;
 filename="0001-Fixed-spelling-English-language-syntax.patch"

From be21c758269ea1908a48e5beef53f23e7c521eda Mon Sep 17 00:00:00 2001
From: "Stefan Baur (BAUR-ITCS UG haftungsbeschraenkt)" <kontakt@baur-itcs.de>
Date: Mon, 30 Dec 2013 13:54:52 +0100
Subject: [PATCH 1/5] Fixed spelling/English language syntax

---
 httpbrokerclient.cpp |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/httpbrokerclient.cpp b/httpbrokerclient.cpp
index 6e7e067..991089f 100644
--- a/httpbrokerclient.cpp
+++ b/httpbrokerclient.cpp
@@ -172,7 +172,7 @@ void HttpBrokerClient::slotSshServerAuthError(int error, QString sshMessage, Ssh
         return ;
     case SSH_SERVER_FILE_NOT_FOUND:
         errMsg=tr ( "Could not find known host file."
-                    "If you accept the host key here, the file will be automatically created" );
+                    "If you accept the host key here, the file will be automatically created." );
         break;
 
     case SSH_SERVER_NOT_KNOWN:
-- 
1.7.10.4


--------------090202090502030202010608
Content-Type: text/plain; charset=windows-1252;
 name="0002-Fixed-spelling-English-language-syntax.patch"
Content-Transfer-Encoding: 7bit
Content-Disposition: attachment;
 filename="0002-Fixed-spelling-English-language-syntax.patch"

From cc077d113608f73957e8137e5995b94806b3e373 Mon Sep 17 00:00:00 2001
From: "Stefan Baur (BAUR-ITCS UG haftungsbeschraenkt)" <kontakt@baur-itcs.de>
Date: Mon, 30 Dec 2013 13:55:00 +0100
Subject: [PATCH 2/5] Fixed spelling/English language syntax

---
 onmainwindow.cpp |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/onmainwindow.cpp b/onmainwindow.cpp
index b49230c..ccec923 100644
--- a/onmainwindow.cpp
+++ b/onmainwindow.cpp
@@ -3059,7 +3059,7 @@ void ONMainWindow::slotSshServerAuthError ( int error, QString sshMessage, SshMa
         return ;
     case SSH_SERVER_FILE_NOT_FOUND:
         errMsg=tr ( "Could not find known host file."
-                    "If you accept the host key here, the file will be automatically created" );
+                    "If you accept the host key here, the file will be automatically created." );
         break;
 
     case SSH_SERVER_NOT_KNOWN:
@@ -9835,7 +9835,7 @@ void ONMainWindow::slotConfigXinerama()
     QRect newGeometry=proxyWinGeometry();
     if (newGeometry.isNull())
     {
-        x2goWarningf(7)<< tr("Error getting window geometry (window closed)?");
+        x2goWarningf(7)<< tr("Error getting window geometry. (Window closed?)");
         xineramaTimer->stop();
         return;
     }
-- 
1.7.10.4


--------------090202090502030202010608
Content-Type: text/plain; charset=windows-1252;
 name="0003-Fixed-spelling-English-language-syntax.patch"
Content-Transfer-Encoding: 7bit
Content-Disposition: attachment;
 filename="0003-Fixed-spelling-English-language-syntax.patch"

From 54a23b21a6db02cc207665157cdca170b33c04d1 Mon Sep 17 00:00:00 2001
From: "Stefan Baur (BAUR-ITCS UG haftungsbeschraenkt)" <kontakt@baur-itcs.de>
Date: Mon, 30 Dec 2013 13:56:04 +0100
Subject: [PATCH 3/5] Fixed spelling/English language syntax

---
 sessionwidget.cpp |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/sessionwidget.cpp b/sessionwidget.cpp
index 5874a92..5a2895a 100644
--- a/sessionwidget.cpp
+++ b/sessionwidget.cpp
@@ -307,7 +307,7 @@ void SessionWidget::slot_proxyGetKey()
                          "portable mode. You should "
                          "use a path on your usb device "
                          "to be able to access your data "
-                         "whereever you are" ),
+                         "whereever you are." ),
                     QMessageBox::Ok,QMessageBox::NoButton );
                 slot_getKey();
                 return;
@@ -420,7 +420,7 @@ void SessionWidget::slot_getKey()
                          "portable mode. You should "
                          "use a path on your usb device "
                          "to be able to access your data "
-                         "whereever you are" ),
+                         "whereever you are." ),
                     QMessageBox::Ok,QMessageBox::NoButton );
                 slot_getKey();
                 return;
-- 
1.7.10.4


--------------090202090502030202010608
Content-Type: text/plain; charset=windows-1252;
 name="0004-Fixed-spelling-English-language-syntax.patch"
Content-Transfer-Encoding: 7bit
Content-Disposition: attachment;
 filename="0004-Fixed-spelling-English-language-syntax.patch"

From e8bff102e4c34e095246393cf3590b3769da4319 Mon Sep 17 00:00:00 2001
From: "Stefan Baur (BAUR-ITCS UG haftungsbeschraenkt)" <kontakt@baur-itcs.de>
Date: Mon, 30 Dec 2013 13:56:10 +0100
Subject: [PATCH 4/5] Fixed spelling/English language syntax

---
 sharewidget.cpp |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sharewidget.cpp b/sharewidget.cpp
index 1c24191..d6c52b3 100644
--- a/sharewidget.cpp
+++ b/sharewidget.cpp
@@ -177,7 +177,7 @@ void ShareWidget::slot_openDir()
                          "portable mode. You should "
                          "use a path on your usb device "
                          "to be able to access your data "
-                         "whereever you are" ),
+                         "whereever you are." ),
                     QMessageBox::Ok,QMessageBox::NoButton );
                 slot_openDir();
                 return;
-- 
1.7.10.4


--------------090202090502030202010608
Content-Type: text/plain; charset=windows-1252;
 name="0005-Fixed-spelling-English-language-syntax.patch"
Content-Transfer-Encoding: 7bit
Content-Disposition: attachment;
 filename="0005-Fixed-spelling-English-language-syntax.patch"

From 6e30cbb2331031f3d74b092e17045e9c2b000e47 Mon Sep 17 00:00:00 2001
From: "Stefan Baur (BAUR-ITCS UG haftungsbeschraenkt)" <kontakt@baur-itcs.de>
Date: Mon, 30 Dec 2013 13:56:17 +0100
Subject: [PATCH 5/5] Fixed spelling/English language syntax

---
 sshmasterconnection.cpp |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/sshmasterconnection.cpp b/sshmasterconnection.cpp
index aa8269d..a206e6e 100755
--- a/sshmasterconnection.cpp
+++ b/sshmasterconnection.cpp
@@ -1149,7 +1149,7 @@ bool SshMasterConnection::userAuthKrb()
     if (!ssh.waitForFinished(20000))
     {
         sshProcErrString=ssh.errorString();
-        authErrors<<tr("Failed to start SSH Client. Please check your installation and GSSApi configuration");
+        authErrors<<tr("Failed to start SSH Client. Please check your installation and GSSApi configuration.");
         authErrors<<sshProcErrString;
 #ifdef DEBUG
         x2goDebug<<"ssh not finished:" <<sshProcErrString<<endl;
@@ -1175,7 +1175,7 @@ bool SshMasterConnection::userAuthKrb()
 
     if (ssh.exitCode() == 0 && ssh.exitStatus() == 0 && outp== user)
         return true;
-    authErrors<<tr("Check your GSSApi configuration or choose another authentication method");
+    authErrors<<tr("Check your GSSApi configuration or choose another authentication method.");
     return false;
 }
 
-- 
1.7.10.4


--------------090202090502030202010608--
