Skip to content
This repository has been archived by the owner on Feb 21, 2019. It is now read-only.

Commit

Permalink
Add support link to backup import failure message
Browse files Browse the repository at this point in the history
  • Loading branch information
vikramrajkumar committed Apr 21, 2015
1 parent 55dde14 commit f941bc3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion MainWindow.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -685,7 +685,7 @@ void MainWindow::importWallet()
default_wallet_directory.rename(backup_wallet_name, default_wallet_name);
QMessageBox::critical(this,
tr("Wallet Restore Failed"),
tr("Failed to restore wallet backup. Your original wallet has been restored. Error: %1").arg(e.to_string().c_str()));
tr("Failed to restore wallet backup. Your original wallet has been restored. Error: %1If you are sure that your password and backup file are correct, please post a support request here: https://bitsharestalk.org/index.php/board,45.0.html").arg(e.to_string().c_str()));
}
} else return;

Expand Down

0 comments on commit f941bc3

Please sign in to comment.