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
+1 -1
View File
@@ -361,7 +361,7 @@ void ScreenOptionsManageCourses::ProcessMenuStart( PlayerNumber pn, const InputE
} }
ScreenTextEntry::TextEntry( ScreenTextEntry::TextEntry(
SM_BackFromEnterNameForNew, SM_BackFromEnterNameForNew,
"Enter a name for a new course.", "Enter a name for the new course.",
sDefaultName, sDefaultName,
MAX_EDIT_COURSE_TITLE_LENGTH, MAX_EDIT_COURSE_TITLE_LENGTH,
ValidateEditCourseName ); ValidateEditCourseName );
@@ -364,7 +364,7 @@ void ScreenOptionsManageProfiles::ProcessMenuStart( PlayerNumber pn, const Input
} }
ScreenTextEntry::TextEntry( ScreenTextEntry::TextEntry(
SM_BackFromEnterNameForNew, SM_BackFromEnterNameForNew,
"Enter a name for a new course.", "Enter a name for the new profile.",
sPotentialName, sPotentialName,
PROFILE_MAX_DISPLAY_NAME_LENGTH, PROFILE_MAX_DISPLAY_NAME_LENGTH,
ValidateLocalProfileName ); ValidateLocalProfileName );