change key missing message

This commit is contained in:
Stojce Slavkovski 2014-05-12 19:47:41 +02:00
parent ff9daa257c
commit 070d996096

View file

@ -79,7 +79,8 @@ void SnapshotShareDialog::accept() {
void SnapshotShareDialog::uploadSnapshot() {
if (AccountManager::getInstance().getAccountInfo().getDiscourseApiKey().isEmpty()) {
QMessageBox::warning(this, "", "Your Discourse API key is missing, you cannot share snapshots.");
QMessageBox::warning(this, "",
"Your Discourse API key is missing, you cannot share snapshots. Please try to relog.");
return;
}