aboutsummaryrefslogtreecommitdiffstats
path: root/desktop-widgets/plugins/facebook/facebookconnectwidget.cpp
diff options
context:
space:
mode:
authorGravatar Dirk Hohndel <dirk@hohndel.org>2017-01-01 22:23:39 -0800
committerGravatar Dirk Hohndel <dirk@hohndel.org>2017-01-01 22:24:48 -0800
commitb2cc840ebf9f670cf06b281805f98cf1dfb20cb2 (patch)
tree38f907c4578ebabf62717a42ff2756de02f7100c /desktop-widgets/plugins/facebook/facebookconnectwidget.cpp
parenta63505dde9be923dcbb208044e516733bed33125 (diff)
downloadsubsurface-b2cc840ebf9f670cf06b281805f98cf1dfb20cb2.tar.gz
Facebook integration: change the menu entry to disconnect
This way the menu entry becomes the togglee it appears it was designed to be in the first place. This closes #129 Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'desktop-widgets/plugins/facebook/facebookconnectwidget.cpp')
-rw-r--r--desktop-widgets/plugins/facebook/facebookconnectwidget.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/desktop-widgets/plugins/facebook/facebookconnectwidget.cpp b/desktop-widgets/plugins/facebook/facebookconnectwidget.cpp
index 0e4ddae6c..419a823ca 100644
--- a/desktop-widgets/plugins/facebook/facebookconnectwidget.cpp
+++ b/desktop-widgets/plugins/facebook/facebookconnectwidget.cpp
@@ -251,7 +251,7 @@ void FacebookConnectWidget::facebookLoggedIn()
{
ui->fbWebviewContainer->hide();
ui->fbWebviewContainer->setEnabled(false);
- ui->FBLabel->setText(tr("To disconnect Subsurface from your Facebook account, use the button below"));
+ ui->FBLabel->setText(tr("To disconnect Subsurface from your Facebook account, use the 'Share on' menu entry."));
}
void FacebookConnectWidget::facebookDisconnect()