summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Lubomir I. Ivanov <neolit123@gmail.com>2015-01-25 17:03:18 +0200
committerGravatar Dirk Hohndel <dirk@hohndel.org>2015-01-25 07:14:27 -0800
commit04c55f4afe6c0e40ef326ad2cf86b6a5718ff762 (patch)
treecb07de9ed815c0eb059e96debf49ec7eb41dc0d0
parentfcc397dc295b0096ebe9e879ff3f0172cf3628d9 (diff)
downloadsubsurface-04c55f4afe6c0e40ef326ad2cf86b6a5718ff762.tar.gz
Typos: a couple of capitalization fixes in socialnetworks.cpp
Signed-off-by: Lubomir I. Ivanov <neolit123@gmail.com> Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
-rw-r--r--qt-ui/socialnetworks.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/qt-ui/socialnetworks.cpp b/qt-ui/socialnetworks.cpp
index c09da104b..e76a77daf 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),