diff --git a/src/qt_gui/main.cpp b/src/qt_gui/main.cpp index 0086e6ebe..873af9444 100644 --- a/src/qt_gui/main.cpp +++ b/src/qt_gui/main.cpp @@ -157,7 +157,7 @@ int main(int argc, char* argv[]) { } } - // If no game directory is set and no command line argument, prompt for it + // If no game directories are set and no command line argument, prompt for it if (Config::getGameInstallDirsEnabled().empty() && !has_command_line_argument) { GameInstallDialog dlg;