diff --git a/src/gui/query/get_game_types_query.h b/src/gui/query/get_game_types_query.h index a94d2dc7..ae4cc109 100644 --- a/src/gui/query/get_game_types_query.h +++ b/src/gui/query/get_game_types_query.h @@ -33,7 +33,7 @@ namespace loot { class GetGameTypesQuery : public Query { public: std::string executeLogic() { - BOOST_LOG_TRIVIAL(info) << "Getting LOOT's supported languages."; + BOOST_LOG_TRIVIAL(info) << "Getting LOOT's supported game types."; return getGameTypesAsJson(); }