Refine the message for Reset request.

Signed-off-by: Eric Dong <eric.dong@intel.com>

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@13508 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
ydong10 2012-07-06 01:51:43 +00:00
parent 63588e6106
commit 6e7ba5e34a
1 changed files with 1 additions and 1 deletions

View File

@ -1124,7 +1124,7 @@ SetupResetReminder (
ASSERT (StringBuffer1 != NULL); ASSERT (StringBuffer1 != NULL);
StringBuffer2 = AllocateZeroPool (MAX_STRING_LEN * sizeof (CHAR16)); StringBuffer2 = AllocateZeroPool (MAX_STRING_LEN * sizeof (CHAR16));
ASSERT (StringBuffer2 != NULL); ASSERT (StringBuffer2 != NULL);
StrCpy (StringBuffer1, L"Configuration changed. Reset to apply it Now"); StrCpy (StringBuffer1, L"Configuration changed. Reset to apply it Now.");
StrCpy (StringBuffer2, L"Press ENTER to reset"); StrCpy (StringBuffer2, L"Press ENTER to reset");
// //
// Popup a menu to notice user // Popup a menu to notice user