diff --git a/es-app/src/guis/GuiGamelistOptions.cpp b/es-app/src/guis/GuiGamelistOptions.cpp index 59d897be0..1159c5e7e 100644 --- a/es-app/src/guis/GuiGamelistOptions.cpp +++ b/es-app/src/guis/GuiGamelistOptions.cpp @@ -155,7 +155,7 @@ GuiGamelistOptions::GuiGamelistOptions( if (CollectionSystemsManager::get()->getEditingCollection() != customSystem) { row.elements.clear(); row.addElement(std::make_shared( - mWindow, "ADD/REMOVE GAMES TO THIS GAME COLLECTION", + mWindow, "ADD/REMOVE GAMES TO THIS COLLECTION", Font::get(FONT_SIZE_MEDIUM), 0x777777FF), true); row.makeAcceptInputHandler(std::bind(&GuiGamelistOptions::startEditMode, this)); mMenu.addRow(row);