Skip to content

Commit 1aef268

Browse files
author
limxdev
committed
Update bitcoin.cpp
1 parent 7cea0d2 commit 1aef268

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/qt/bitcoin.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -582,7 +582,7 @@ int main(int argc, char *argv[])
582582
/// 7a. parse masternode.conf
583583
std::string strErr;
584584
if(!masternodeConfig.read(strErr)) {
585-
QMessageBox::critical(0, QObject::tr("Bitcore Core"),
585+
QMessageBox::critical(0, QObject::tr("BitCore Core"),
586586
QObject::tr("Error reading masternode configuration file: %1").arg(strErr.c_str()));
587587
return EXIT_FAILURE;
588588
}

0 commit comments

Comments
 (0)