Skip to content

Commit eb46290

Browse files
Update splashscreen.cpp
1 parent 35b53f9 commit eb46290

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/qt/splashscreen.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ SplashScreen::SplashScreen(Qt::WindowFlags f, const NetworkStyle* networkStyle)
4141
QString copyrightTextDash = QChar(0xA9) + QString(" 2014-%1 ").arg(COPYRIGHT_YEAR) + QString(tr("The Dash Core developers"));
4242
QString copyrightTextPivx = QChar(0xA9) + QString(" 2015-%1 ").arg(COPYRIGHT_YEAR) + QString(tr("The PIVX Core developers"));
4343
QString copyrightTextLpc = QChar(0xA9) + QString(tr(" 2018 LightPayCoin developers"));
44-
QString copyrightTextBbk = QChar(0xA9) + QString(tr(" 2019 The BitBlocks Core developers"));
44+
QString copyrightTextBbk = QChar(0xA9) + QString(tr(" 2018-2019 The BitBlocks Core developers"));
4545
QString titleAddText = networkStyle->getTitleAddText();
4646

4747
QString font = QApplication::font().toString();

0 commit comments

Comments
 (0)