]> git.proxmox.com Git - mirror_edk2.git/commitdiff
SecurityPkg: Remove non-ASCII character from TPM warning strings
authorZhang, Chao B <chao.b.zhang@intel.com>
Mon, 16 May 2016 01:47:15 +0000 (09:47 +0800)
committerZhang, Chao B <chao.b.zhang@intel.com>
Mon, 16 May 2016 01:54:17 +0000 (09:54 +0800)
Remove a non-ASCII apostrophe character from TPM_WARNING_MAINTAIN
message

Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Samer El-Haj-Mahmoud <elhaj@hpe.com>
Reviewed-by: Chao Zhang <chao.b.zhang@intel.com>
SecurityPkg/Library/DxeTcgPhysicalPresenceLib/PhysicalPresenceStrings.uni

index 00a09c11c5ba6241ae93c57ccc3c417298cdfa08..065cd63be1e67e9543743f7c96042baef3a4cebd 100644 (file)
@@ -2,6 +2,7 @@
   String definitions for TPM 1.2 physical presence confirm text.\r
 \r
 Copyright (c) 2006 - 2014, Intel Corporation. All rights reserved.<BR>\r
+(C) Copyright 2016 Hewlett Packard Enterprise Development LP<BR>\r
 This program and the accompanying materials \r
 are licensed and made available under the terms and conditions of the BSD License \r
 which accompanies this distribution.  The full text of the license may be found at \r
@@ -42,7 +43,7 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
 #string TPM_NO_PPI_MAINTAIN           #language en-US    "maintain"\r
 #string TPM_NO_PPI_INFO               #language en-US    "to approve future Operating System requests "\r
 \r
-#string TPM_WARNING_MAINTAIN          #language en-US    "WARNING: Allowing changes to the TPMs firmware may affect the operation of the TPM and may erase information stored on the TPM.\nYou may lose all created keys and access to data encrypted by these keys.\n\n"\r
+#string TPM_WARNING_MAINTAIN          #language en-US    "WARNING: Allowing changes to the TPM's firmware may affect the operation of the TPM and may erase information stored on the TPM.\nYou may lose all created keys and access to data encrypted by these keys.\n\n"\r
 #string TPM_WARNING                   #language en-US    "WARNING: Doing so might prevent security applications that rely on the TPM from functioning as expected\n\n"\r
 #string TPM_WARNING_CLEAR             #language en-US    "WARNING: Clearing erases information stored on the TPM. You will lose all created keys and access to data encrypted by these keys. "\r
 #string TPM_WARNING_CLEAR_CONT        #language en-US    "Take ownership as soon as possible after this step.\n\n"\r