aboutsummaryrefslogtreecommitdiffstats
path: root/qt-ui/socialnetworks.cpp
diff options
context:
space:
mode:
authorGravatar Joseph W. Joshua <joejoshw@gmail.com>2015-01-05 06:56:27 +0300
committerGravatar Dirk Hohndel <dirk@hohndel.org>2015-01-04 22:56:33 -0800
commitd39eb81bfb02eebb2aa5406f8ecc6f3641bb462f (patch)
tree57482a49a3267e985f378ac6d8afb763ee14d439 /qt-ui/socialnetworks.cpp
parentc8768194df0bae85501f39e714fbc124872f787d (diff)
downloadsubsurface-d39eb81bfb02eebb2aa5406f8ecc6f3641bb462f.tar.gz
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>
Diffstat (limited to 'qt-ui/socialnetworks.cpp')
-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 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);