Revision: 19646
          http://sourceforge.net/p/edk2/code/19646
Author:   czhang46
Date:     2016-01-15 05:26:04 +0000 (Fri, 15 Jan 2016)
Log Message:
-----------
SecurityPkg: SecureBootConfigDxe: Fix string typo

Fix secure boot mode transition string typo.

Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Chao Zhang <[email protected]>
Reviewed-by: Qin Long <[email protected]>
Reviewed-by: Fu Siyuan <[email protected]>

Modified Paths:
--------------
    
trunk/edk2/SecurityPkg/VariableAuthenticated/SecureBootConfigDxe/SecureBootConfigImpl.c
    
trunk/edk2/SecurityPkg/VariableAuthenticated/SecureBootConfigDxe/SecureBootConfigStrings.uni

Modified: 
trunk/edk2/SecurityPkg/VariableAuthenticated/SecureBootConfigDxe/SecureBootConfigImpl.c
===================================================================
--- 
trunk/edk2/SecurityPkg/VariableAuthenticated/SecureBootConfigDxe/SecureBootConfigImpl.c
     2016-01-15 01:06:51 UTC (rev 19645)
+++ 
trunk/edk2/SecurityPkg/VariableAuthenticated/SecureBootConfigDxe/SecureBootConfigImpl.c
     2016-01-15 05:26:04 UTC (rev 19646)
@@ -3463,7 +3463,7 @@
       mIsEnterSecureBootForm = TRUE;
     } else if (QuestionId == KEY_TRANS_SECURE_BOOT_MODE){
       //
-      // Secure Boot Policy variable changes after tranistion. Re-sync 
CurSecureBootMode
+      // Secure Boot Policy variable changes after transition. Re-sync 
CurSecureBootMode
       //
       ExtractSecureBootModeFromVariable(&IfrNvData->CurSecureBootMode);
       mIsSelectedSecureBootModeForm = TRUE;
@@ -3752,7 +3752,7 @@
         CreatePopUp (
           EFI_LIGHTGRAY | EFI_BACKGROUND_BLUE,
           &Key,
-          L"Secure boot mode tranistion requires PK change",
+          L"Secure boot mode transition requires PK change",
           L"Please go to link below to update PK",
           NULL
           );
@@ -3763,7 +3763,7 @@
 
       Status = SecureBootModeTransition(IfrNvData->CurSecureBootMode, 
Value->u8);
       //
-      // Secure Boot Policy variable may change after tranistion. Re-sync 
CurSecureBootMode
+      // Secure Boot Policy variable may change after transition. Re-sync 
CurSecureBootMode
       //
       ExtractSecureBootModeFromVariable(&CurSecureBootMode);
       if (IfrNvData->CurSecureBootMode != CurSecureBootMode) {

Modified: 
trunk/edk2/SecurityPkg/VariableAuthenticated/SecureBootConfigDxe/SecureBootConfigStrings.uni
===================================================================
--- 
trunk/edk2/SecurityPkg/VariableAuthenticated/SecureBootConfigDxe/SecureBootConfigStrings.uni
        2016-01-15 01:06:51 UTC (rev 19645)
+++ 
trunk/edk2/SecurityPkg/VariableAuthenticated/SecureBootConfigDxe/SecureBootConfigStrings.uni
        2016-01-15 05:26:04 UTC (rev 19646)
@@ -1,7 +1,7 @@
 /** @file
   String definitions for Secure Boot Configuration form.
 
-Copyright (c) 2011 - 2015, Intel Corporation. All rights reserved.<BR>
+Copyright (c) 2011 - 2016, Intel Corporation. All rights reserved.<BR>
 This program and the accompanying materials
 are licensed and made available under the terms and conditions of the BSD 
License
 which accompanies this distribution.  The full text of the license may be 
found at
@@ -112,7 +112,7 @@
 #string STR_CERT_TYPE_X509_SHA384_GUID            #language en-US 
"X509_SHA384_GUID"
 #string STR_CERT_TYPE_X509_SHA512_GUID            #language en-US 
"X509_SHA512_GUID"
 
-#string STR_TRANS_SECURE_BOOT_MODE_PROMPT         #language en-US "Secure Boot 
Mode Tranistion"
+#string STR_TRANS_SECURE_BOOT_MODE_PROMPT         #language en-US "Secure Boot 
Mode Transition"
 #string STR_TRANS_SECURE_BOOT_MODE_HELP           #language en-US "Secure Boot 
Mode Transition: SetupMode/UserMode/AuditMode/DeployedMode"
 
 #string STR_USER_MODE                   #language en-US "User Mode"


------------------------------------------------------------------------------
Site24x7 APM Insight: Get Deep Visibility into Application Performance
APM + Mobile APM + RUM: Monitor 3 App instances at just $35/Month
Monitor end-to-end web transactions and take corrective actions now
Troubleshoot faster and improve end-user experience. Signup Now!
http://pubads.g.doubleclick.net/gampad/clk?id=267308311&iu=/4140
_______________________________________________
edk2-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/edk2-commits

Reply via email to