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>
This commit is contained in:
Dirk Hohndel 2017-01-01 22:23:39 -08:00
parent a63505dde9
commit b2cc840ebf
3 changed files with 18 additions and 2 deletions

View file

@ -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()