diff options
| author | Ross Nicoll <[email protected]> | 2015-08-05 18:48:47 +0100 |
|---|---|---|
| committer | J Ross Nicoll <[email protected]> | 2015-10-31 14:49:40 +0000 |
| commit | 3d0f19a3a06775cf4572c484e8d461fb5a796a8b (patch) | |
| tree | 43ceec8d0580b6030e92fc912455c05eed345378 /src/qt/intro.cpp | |
| parent | Added wallet_bgcoin.png to QT makefile (diff) | |
| download | discoin-3d0f19a3a06775cf4572c484e8d461fb5a796a8b.tar.xz discoin-3d0f19a3a06775cf4572c484e8d461fb5a796a8b.zip | |
Update QT client messages and corresponding translations
Update QT client messages and translations to Doge equivalents. Where specific contributions
were made in languages for Dogecoin, those translations are used in preference.
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 9f72602b4..72d8ee5f4 100644 --- a/src/qt/intro.cpp +++ b/src/qt/intro.cpp @@ -182,7 +182,7 @@ void Intro::pickDataDirectory() TryCreateDirectory(GUIUtil::qstringToBoostPath(dataDir)); break; } catch (const fs::filesystem_error&) { - QMessageBox::critical(0, tr("Bitcoin Core"), + QMessageBox::critical(0, tr("Dogecoin Core"), tr("Error: Specified data directory \"%1\" cannot be created.").arg(dataDir)); /* fall through, back to choosing screen */ } |