Fix Capitalization

Capitalize the word Facebook in 2 occurences in socialnetworks.cpp

Signed-off-by: Joseph W. Joshua <joejoshw@gmail.com>
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
Joseph W. Joshua 2015-01-05 06:56:27 +03:00 committed by Dirk Hohndel
parent c8768194df
commit d39eb81bfb

View file

@ -242,12 +242,12 @@ void FacebookManager::sendDive()
if (obj.keys().contains("id")){ if (obj.keys().contains("id")){
QMessageBox::information(qApp->activeWindow(), QMessageBox::information(qApp->activeWindow(),
tr("Photo Upload Sucessfull"), tr("Photo Upload Sucessfull"),
tr("Your dive profile was updated to facebook."), tr("Your dive profile was updated to Facebook."),
QMessageBox::Ok); QMessageBox::Ok);
} else { } else {
QMessageBox::information(qApp->activeWindow(), QMessageBox::information(qApp->activeWindow(),
tr("Photo Upload Failed"), tr("Photo Upload Failed"),
tr("Your dive profile was not updated to facebook, \n " tr("Your dive profile was not updated to Facebook, \n "
"please send the following to the developer. \n" "please send the following to the developer. \n"
+ response), + response),
QMessageBox::Ok); QMessageBox::Ok);