From d39eb81bfb02eebb2aa5406f8ecc6f3641bb462f Mon Sep 17 00:00:00 2001 From: "Joseph W. Joshua" Date: Mon, 5 Jan 2015 06:56:27 +0300 Subject: Fix Capitalization Capitalize the word Facebook in 2 occurences in socialnetworks.cpp Signed-off-by: Joseph W. Joshua Signed-off-by: Dirk Hohndel --- qt-ui/socialnetworks.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'qt-ui/socialnetworks.cpp') diff --git a/qt-ui/socialnetworks.cpp b/qt-ui/socialnetworks.cpp index 5b7c74b42..232a26505 100644 --- a/qt-ui/socialnetworks.cpp +++ b/qt-ui/socialnetworks.cpp @@ -242,12 +242,12 @@ void FacebookManager::sendDive() if (obj.keys().contains("id")){ QMessageBox::information(qApp->activeWindow(), tr("Photo Upload Sucessfull"), - tr("Your dive profile was updated to facebook."), + tr("Your dive profile was updated to Facebook."), QMessageBox::Ok); } else { QMessageBox::information(qApp->activeWindow(), 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" + response), QMessageBox::Ok); -- cgit v1.2.3-70-g09d2