]> git.proxmox.com Git - mirror_edk2.git/commitdiff
Refine the message for Reset request.
authorydong10 <ydong10@6f19259b-4bc3-4df7-8a09-765794883524>
Fri, 6 Jul 2012 01:51:43 +0000 (01:51 +0000)
committerydong10 <ydong10@6f19259b-4bc3-4df7-8a09-765794883524>
Fri, 6 Jul 2012 01:51:43 +0000 (01:51 +0000)
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

IntelFrameworkModulePkg/Library/GenericBdsLib/BdsMisc.c

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