diff --git a/src/qt_gui/game_info.cpp b/src/qt_gui/game_info.cpp index 6b95fa33..0a472eae 100644 --- a/src/qt_gui/game_info.cpp +++ b/src/qt_gui/game_info.cpp @@ -26,7 +26,7 @@ void GameInfoClass::GetGameInfo(QWidget* parent) { }).results(); // Progress bar, please be patient :) - QProgressDialog dialog("Loading game list...", "Cancel", 0, 0, parent); + QProgressDialog dialog("Loading game list, please wait :3", "Cancel", 0, 0, parent); dialog.setWindowTitle("Loading..."); QFutureWatcher futureWatcher; @@ -43,4 +43,4 @@ void GameInfoClass::GetGameInfo(QWidget* parent) { &QProgressDialog::setValue); dialog.exec(); -} \ No newline at end of file +}