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

@@ -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