Skip to content

Commit

Permalink
9.4.0 Splashscreen message changed to "Faster, stronger, better !"
Browse files Browse the repository at this point in the history
  • Loading branch information
MerlinMagic2018 committed Nov 23, 2022
1 parent b5c9eca commit a4b4bd8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/qt/splashscreen.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -120,9 +120,9 @@ SplashScreen::SplashScreen(Qt::WindowFlags f, const NetworkStyle *networkStyle)
pixPaint.drawText(pixmap.width()/devicePixelRatio-titleAddTextWidth-10,15,titleAddText);
}

// LightningCash: Hive: May the hive bee with you
// LightningCash: Faster, stronger, better !
pixPaint.setFont(QFont(font, 15*fontFactor));
pixPaint.drawText(302, 150, "May the Hive bee with you");
pixPaint.drawText(302, 150, "Faster, stronger, better !");

pixPaint.end();

Expand Down

0 comments on commit a4b4bd8

Please sign in to comment.