[PATCH 4/8] Typos: a couple of capitalization fixes in socialnetworks.cpp

Lubomir I. Ivanov neolit123 at gmail.com
Sun Jan 25 07:03:18 PST 2015


From: "Lubomir I. Ivanov" <neolit123 at gmail.com>

Signed-off-by: Lubomir I. Ivanov <neolit123 at gmail.com>
---
 qt-ui/socialnetworks.cpp | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/qt-ui/socialnetworks.cpp b/qt-ui/socialnetworks.cpp
index c09da10..e76a77d 100644
--- a/qt-ui/socialnetworks.cpp
+++ b/qt-ui/socialnetworks.cpp
@@ -241,12 +241,12 @@ void FacebookManager::sendDive()
 	QJsonObject obj = jsonDoc.object();
 	if (obj.keys().contains("id")){
 		QMessageBox::information(qApp->activeWindow(),
-			tr("Photo Upload Sucessfull"),
+			tr("Photo upload sucessfull"),
 			tr("Your dive profile was updated to Facebook."),
 		QMessageBox::Ok);
 	} else {
 		QMessageBox::information(qApp->activeWindow(),
-			tr("Photo Upload Failed"),
+			tr("Photo upload failed"),
 			tr("Your dive profile was not updated to Facebook, \n "
 			   "please send the following to the developer. \n"
 			   + response),
-- 
1.7.11.msysgit.0



More information about the subsurface mailing list