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