From f4233db66eb7762c95631857ed4a29ac63df6fe0 Mon Sep 17 00:00:00 2001 From: Leon Styhre Date: Fri, 25 Dec 2020 22:50:20 +0100 Subject: [PATCH] Small cosmetic change to the game options menu. --- 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 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);