From 884a9bb2c5bbef3605536b9c1a1d0e1f91da84d5 Mon Sep 17 00:00:00 2001 From: Zeno Rogue Date: Sun, 7 Aug 2022 02:16:25 +0200 Subject: [PATCH] fixed a bug with 'world overview' breaking ESC menu --- quit.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/quit.cpp b/quit.cpp index ecfa425a..b0c40204 100644 --- a/quit.cpp +++ b/quit.cpp @@ -139,7 +139,7 @@ EX hint hints[] = { #endif ); dialog::addBreak(50); - dialog::addItem(XLAT("world overview"), 'z'); + dialog::addItem(XLAT("world overview") + " ", 'z'); }, []() { pushScreen(showOverview);