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