prompt string fixes

This commit is contained in:
Chris Danford
2005-09-02 21:30:33 +00:00
parent afcb57fd60
commit bb6c216943
2 changed files with 2 additions and 2 deletions
@@ -364,7 +364,7 @@ void ScreenOptionsManageProfiles::ProcessMenuStart( PlayerNumber pn, const Input
}
ScreenTextEntry::TextEntry(
SM_BackFromEnterNameForNew,
"Enter a name for a new course.",
"Enter a name for the new profile.",
sPotentialName,
PROFILE_MAX_DISPLAY_NAME_LENGTH,
ValidateLocalProfileName );