From 4ee8b6649130fb7976d46deb08a04c4b408e111e Mon Sep 17 00:00:00 2001 From: Vespura <31419184+TomGrobbe@users.noreply.github.com> Date: Thu, 9 Aug 2018 21:07:17 +0200 Subject: [PATCH] Changed some descriptions of certain buttons --- vMenu/MainMenu.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/vMenu/MainMenu.cs b/vMenu/MainMenu.cs index 48efd9d5..be07f84a 100644 --- a/vMenu/MainMenu.cs +++ b/vMenu/MainMenu.cs @@ -696,7 +696,7 @@ private void CreateSubmenus() { MiscSettingsMenu = new MiscSettings(); UIMenu menu = MiscSettingsMenu.GetMenu(); - UIMenuItem button = new UIMenuItem("Misc Settings", "Change general settings."); + UIMenuItem button = new UIMenuItem("Misc Settings", "Miscellaneous vMenu options/settings can be configured here. You can also save your settings in this menu."); button.SetRightLabel("→→→"); AddMenu(menu, button); } @@ -706,7 +706,7 @@ private void CreateSubmenus() // Add About Menu. AboutMenu = new About(); UIMenu sub = AboutMenu.GetMenu(); - UIMenuItem btn = new UIMenuItem("About vMenu", "Information about this menu and it's creators."); + UIMenuItem btn = new UIMenuItem("About vMenu", "Information about vMenu."); btn.SetRightLabel("→→→"); AddMenu(sub, btn);