From d33751731795f9f5da5fcaa2d2b54892705b7e7d Mon Sep 17 00:00:00 2001 From: Martin Michelsen Date: Sun, 1 Jan 2023 00:10:09 -0800 Subject: [PATCH] fix proxy option description formatting --- src/ReceiveCommands.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ReceiveCommands.cc b/src/ReceiveCommands.cc index 1fee620c..83e26f09 100644 --- a/src/ReceiveCommands.cc +++ b/src/ReceiveCommands.cc @@ -79,7 +79,7 @@ static const unordered_map proxy_options_menu_descrip {ProxyOptionsMenuItemID::EP3_INFINITE_MESETA, u"Fix Meseta value\nat 1,000,000"}, {ProxyOptionsMenuItemID::BLOCK_EVENTS, u"Disable seasonal\nevents in the lobby\nand in games"}, {ProxyOptionsMenuItemID::BLOCK_PATCHES, u"Disable patches sent\nby the remote server"}, - {ProxyOptionsMenuItemID::SAVE_FILES, u"Save local copies of\nfiles from the remote\nserver (quests, etc.)"}, + {ProxyOptionsMenuItemID::SAVE_FILES, u"Save local copies of\nfiles from the\nremote server\n(quests, etc.)"}, {ProxyOptionsMenuItemID::SUPPRESS_LOGIN, u"Use an alternate\nlogin sequence"}, {ProxyOptionsMenuItemID::SKIP_CARD, u"Use an alternate\nvalue for your initial\nGuild Card"}, });