changed return wording on player/goalie edit menus

This commit is contained in:
Jonathan Lamothe 2019-12-17 22:50:39 -05:00
parent 3aedd01b08
commit 18ba758c0c
2 changed files with 2 additions and 2 deletions

View File

@ -44,7 +44,7 @@ editGoalieMenu = Menu "*** EDIT GOALTENDER ***" () $ map
, ( '2', "Edit name", Just EGName )
, ( '3', "Edit YTD stats", Just EGYtd )
, ( '4', "Edit Lifetime stats", Just EGLifetime )
, ( 'R', "Return to Main Menu", Nothing )
, ( 'R', "Return to Edit Menu", Nothing )
]
-- | The 'Goalie' YTD edit menu

View File

@ -45,7 +45,7 @@ editPlayerMenu = Menu "*** EDIT PLAYER ***" () $ map
, ( '3', "Edit position", Just EPPosition )
, ( '4', "Edit YTD stats", Just EPYtd )
, ( '5', "Edit lifetime stats", Just EPLifetime )
, ( 'R', "Finished editing", Nothing )
, ( 'R', "Return to Edit Menu", Nothing )
]
-- | The 'Player' YTD stats edit menu