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>
This commit is contained in:
Lubomir I. Ivanov 2015-01-25 17:03:18 +02:00 committed by Dirk Hohndel
parent fcc397dc29
commit 04c55f4afe

View file

@ -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),