[X2Go-Commits] [x2goclient] 02/02: src/onmainwindow.cpp: fix error message string in printSshDError_noHostPubKey ().

git-admin at x2go.org git-admin at x2go.org
Thu Sep 22 04:29:45 CEST 2016


This is an automated email from the git hooks/post-receive script.

x2go pushed a commit to branch master
in repository x2goclient.

commit f5f0872ecc1c70c663d904feef79b2805cf6ab82
Author: Mihai Moldovan <ionic at ionic.de>
Date:   Thu Sep 22 04:28:27 2016 +0200

    src/onmainwindow.cpp: fix error message string in printSshDError_noHostPubKey ().
---
 debian/changelog     |    2 ++
 src/onmainwindow.cpp |    2 +-
 2 files changed, 3 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index 3fc9fc1..c6140de 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -7,6 +7,8 @@ x2goclient (4.0.5.3-0x2go1) UNRELEASED; urgency=medium
       visibility.
     - src/onmainwindow.cpp: add debug statements to createRSAKey () regarding
       the host pub key locations on OS X.
+    - src/onmainwindow.cpp: fix error message string in
+      printSshDError_noHostPubKey ().
 
  -- X2Go Release Manager <git-admin at x2go.org>  Mon, 19 Sep 2016 09:07:07 +0200
 
diff --git a/src/onmainwindow.cpp b/src/onmainwindow.cpp
index 1e645d8..4b3fb05 100644
--- a/src/onmainwindow.cpp
+++ b/src/onmainwindow.cpp
@@ -12020,7 +12020,7 @@ void ONMainWindow::printSshDError_noHostPubKey()
 
                                          "The SSH server is currently not configured correctly.\n\n"
 
-                                         "Please ensure that the server's public exists.\n\n");
+                                         "Please ensure that the server's public key exists.\n\n");
 #ifdef Q_OS_WIN
     detailed_error_message += tr ("Normally, this should not happen as X2Go Client for Windows "
                                   "ships its own internal SSH server and automatically "

--
Alioth's /srv/git/code.x2go.org/x2goclient.git//..//_hooks_/post-receive-email on /srv/git/code.x2go.org/x2goclient.git


More information about the x2go-commits mailing list