diff --git a/src/qt/intro.cpp b/src/qt/intro.cpp index d58a3085d..605628958 100644 --- a/src/qt/intro.cpp +++ b/src/qt/intro.cpp @@ -190,8 +190,8 @@ void Intro::pickDataDirectory() settings.setValue("strDataDir", dataDir); } /* Only override -datadir if different from the default, to make it possible to - * override -datadir in the bitcoin.conf file in the default data directory - * (to be consistent with bitcoind behavior) + * override -datadir in the dogecoin.conf file in the default data directory + * (to be consistent with dogecoind behavior) */ if(dataDir != getDefaultDataDirectory()) SoftSetArg("-datadir", GUIUtil::qstringToBoostPath(dataDir).string()); // use OS locale for path setting