From 52d2b2ebd388aeb5cc726bd9bf654bb32c11dec2 Mon Sep 17 00:00:00 2001 From: Nomura Date: Mon, 6 Dec 2021 11:38:08 +0100 Subject: [PATCH] Edit item selector help button description --- DS_Map/Main Window.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/DS_Map/Main Window.cs b/DS_Map/Main Window.cs index 2cbb3e3..8a7da1d 100644 --- a/DS_Map/Main Window.cs +++ b/DS_Map/Main Window.cs @@ -4377,8 +4377,8 @@ namespace DSPRE { private void itemsSelectorHelpBtn_Click(object sender, EventArgs e) { MessageBox.Show("This selector allows you to pick a preset Ground Item script from the game data.\n" + "Unlike in previous DSPRE versions, you can now change the Ground Item to be obtained even if you decided not to apply the Standardize Items patch from the Rom ToolBox.\n\n" + - "However, some items are unavailable by default. The aforementioned patch can neutralize this limitation.\n\n" + - "(Please note that it will scramble every existing Ground Item!)", "About Ground Items", MessageBoxButtons.OK, MessageBoxIcon.Information); + "However, some items are unavailable by default. The aforementioned patch can neutralize this limitation.\n\n", + "About Ground Items", MessageBoxButtons.OK, MessageBoxIcon.Information); } private void CenterEventViewOnEntities() { disableHandlers = true;