fixed a bug with 'world overview' breaking ESC menu

This commit is contained in:
Zeno Rogue 2022-08-07 02:16:25 +02:00
parent 4ed44d78cc
commit 884a9bb2c5
1 changed files with 1 additions and 1 deletions

View File

@ -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);