summaryrefslogtreecommitdiff
path: root/IntelFrameworkModulePkg/Library
diff options
context:
space:
mode:
authorydong10 <ydong10@6f19259b-4bc3-4df7-8a09-765794883524>2012-07-06 01:51:43 +0000
committerydong10 <ydong10@6f19259b-4bc3-4df7-8a09-765794883524>2012-07-06 01:51:43 +0000
commit6e7ba5e34a100b5bee76d07f6d6a56c71b7052b8 (patch)
tree1d5ead084ed978951f32dc2ce3a3b7956f317521 /IntelFrameworkModulePkg/Library
parent63588e6106aa37452e386eb8504875cdb7da6139 (diff)
downloadjuice-6e7ba5e34a100b5bee76d07f6d6a56c71b7052b8.tar.gz
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
Diffstat (limited to 'IntelFrameworkModulePkg/Library')
-rw-r--r--IntelFrameworkModulePkg/Library/GenericBdsLib/BdsMisc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/IntelFrameworkModulePkg/Library/GenericBdsLib/BdsMisc.c b/IntelFrameworkModulePkg/Library/GenericBdsLib/BdsMisc.c
index d40ebc47a..da91b7d09 100644
--- a/IntelFrameworkModulePkg/Library/GenericBdsLib/BdsMisc.c
+++ b/IntelFrameworkModulePkg/Library/GenericBdsLib/BdsMisc.c
@@ -1124,7 +1124,7 @@ SetupResetReminder (
ASSERT (StringBuffer1 != NULL);
StringBuffer2 = AllocateZeroPool (MAX_STRING_LEN * sizeof (CHAR16));
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");
//
// Popup a menu to notice user