mirror of
https://github.com/RetroDECK/ES-DE.git
synced 2024-11-25 15:45:38 +00:00
Changed the menu header for the gamelist options menu from 'Options' to 'Gamelist options'.
This commit is contained in:
parent
8013e04d2c
commit
fe1f408355
|
@ -32,7 +32,7 @@
|
||||||
#include <SDL2/SDL.h>
|
#include <SDL2/SDL.h>
|
||||||
|
|
||||||
GuiGamelistOptions::GuiGamelistOptions(SystemData* system)
|
GuiGamelistOptions::GuiGamelistOptions(SystemData* system)
|
||||||
: mMenu {"OPTIONS"}
|
: mMenu {"GAMELIST OPTIONS"}
|
||||||
, mSystem {system}
|
, mSystem {system}
|
||||||
, mFiltersChanged {false}
|
, mFiltersChanged {false}
|
||||||
, mCancelled {false}
|
, mCancelled {false}
|
||||||
|
|
Loading…
Reference in a new issue