[X2Go-Dev] Bug#389: Spelling/English language syntax patches to x2goclient

Stefan Baur newsgroups.mail2 at stefanbaur.de
Mon Dec 30 14:44:35 CET 2013


package: x2goclient
severity: normal
version: 4.0.1.3

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

-Stefan
-------------- next part --------------
>From be21c758269ea1908a48e5beef53f23e7c521eda Mon Sep 17 00:00:00 2001
From: "Stefan Baur (BAUR-ITCS UG haftungsbeschraenkt)" <kontakt at 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

-------------- next part --------------
>From cc077d113608f73957e8137e5995b94806b3e373 Mon Sep 17 00:00:00 2001
From: "Stefan Baur (BAUR-ITCS UG haftungsbeschraenkt)" <kontakt at 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

-------------- next part --------------
>From 54a23b21a6db02cc207665157cdca170b33c04d1 Mon Sep 17 00:00:00 2001
From: "Stefan Baur (BAUR-ITCS UG haftungsbeschraenkt)" <kontakt at 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

-------------- next part --------------
>From e8bff102e4c34e095246393cf3590b3769da4319 Mon Sep 17 00:00:00 2001
From: "Stefan Baur (BAUR-ITCS UG haftungsbeschraenkt)" <kontakt at 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

-------------- next part --------------
>From 6e30cbb2331031f3d74b092e17045e9c2b000e47 Mon Sep 17 00:00:00 2001
From: "Stefan Baur (BAUR-ITCS UG haftungsbeschraenkt)" <kontakt at 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



More information about the x2go-dev mailing list