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