more Bitcoin -> Bitcoin Core string changes

This commit is contained in:
Philip Kaufmann
2014-08-04 21:09:38 +02:00
parent 8d0d512bde
commit a409467e14
3 changed files with 7 additions and 7 deletions

View File

@@ -181,7 +181,7 @@ void Intro::pickDataDirectory()
TryCreateDirectory(GUIUtil::qstringToBoostPath(dataDir));
break;
} catch(fs::filesystem_error &e) {
QMessageBox::critical(0, tr("Bitcoin"),
QMessageBox::critical(0, tr("Bitcoin Core"),
tr("Error: Specified data directory \"%1\" cannot be created.").arg(dataDir));
/* fall through, back to choosing screen */
}