Skip to content

Commit

Permalink
Changed some descriptions of certain buttons
Browse files Browse the repository at this point in the history
  • Loading branch information
TomGrobbe committed Aug 9, 2018
1 parent ec7fed0 commit 4ee8b66
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions vMenu/MainMenu.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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);
}
Expand All @@ -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);

Expand Down

0 comments on commit 4ee8b66

Please sign in to comment.