mirror of
https://github.com/subsurface/subsurface.git
synced 2025-01-20 06:45:27 +00:00
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:
parent
c8768194df
commit
d39eb81bfb
1 changed files with 2 additions and 2 deletions
|
@ -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);
|
||||||
|
|
Loading…
Add table
Reference in a new issue