diff options
| author | Philip Kaufmann <[email protected]> | 2014-08-04 21:09:38 +0200 |
|---|---|---|
| committer | Philip Kaufmann <[email protected]> | 2014-08-04 21:09:38 +0200 |
| commit | a409467e1416098ccb4a70b80a1ef3a5bde7519a (patch) | |
| tree | 4a194a8a04125c431082361000381329ca5df28e /src/qt/intro.cpp | |
| parent | Merge pull request #4606 (diff) | |
| download | discoin-a409467e1416098ccb4a70b80a1ef3a5bde7519a.tar.xz discoin-a409467e1416098ccb4a70b80a1ef3a5bde7519a.zip | |
more Bitcoin -> Bitcoin Core string changes
Diffstat (limited to 'src/qt/intro.cpp')
| -rw-r--r-- | src/qt/intro.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/qt/intro.cpp b/src/qt/intro.cpp index 13c260b7d..d469c9a0b 100644 --- a/src/qt/intro.cpp +++ b/src/qt/intro.cpp @@ -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 */ } |