From fe1f408355e41017828f221db0e1dd4557b2010e Mon Sep 17 00:00:00 2001 From: Leon Styhre Date: Mon, 5 Dec 2022 21:10:26 +0100 Subject: [PATCH] Changed the menu header for the gamelist options menu from 'Options' to 'Gamelist options'. --- es-app/src/guis/GuiGamelistOptions.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/es-app/src/guis/GuiGamelistOptions.cpp b/es-app/src/guis/GuiGamelistOptions.cpp index 84f86da58..7a6897336 100644 --- a/es-app/src/guis/GuiGamelistOptions.cpp +++ b/es-app/src/guis/GuiGamelistOptions.cpp @@ -32,7 +32,7 @@ #include GuiGamelistOptions::GuiGamelistOptions(SystemData* system) - : mMenu {"OPTIONS"} + : mMenu {"GAMELIST OPTIONS"} , mSystem {system} , mFiltersChanged {false} , mCancelled {false}