From 3c1ef43a662ea4208e6b9ec9547fb347b14ad5ad Mon Sep 17 00:00:00 2001 From: FreezeDriedMangoes Date: Sun, 19 Jun 2022 09:27:26 -0400 Subject: [PATCH] renamed prop placer menu button to dev tools menu button --- NewHorizons/Utility/DebugMenu/DebugMenu.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/NewHorizons/Utility/DebugMenu/DebugMenu.cs b/NewHorizons/Utility/DebugMenu/DebugMenu.cs index 8b6f68f7..ca306e27 100644 --- a/NewHorizons/Utility/DebugMenu/DebugMenu.cs +++ b/NewHorizons/Utility/DebugMenu/DebugMenu.cs @@ -86,7 +86,7 @@ namespace NewHorizons.Utility.DebugMenu private void PauseMenuInitHook() { - pauseMenuButton = Main.Instance.ModHelper.Menus.PauseMenu.OptionsButton.Duplicate(TranslationHandler.GetTranslation("Toggle Prop Placer Menu", TranslationHandler.TextType.UI).ToUpper()); + pauseMenuButton = Main.Instance.ModHelper.Menus.PauseMenu.OptionsButton.Duplicate(TranslationHandler.GetTranslation("Toggle Dev Tools Menu", TranslationHandler.TextType.UI).ToUpper()); InitMenu(); } public static void UpdatePauseMenuButton()