mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
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:
parent
fcc397dc29
commit
04c55f4afe
1 changed files with 2 additions and 2 deletions
|
@ -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),
|
||||
|
|
Loading…
Add table
Reference in a new issue