mirror of
https://github.com/tianocore/edk2
synced 2026-08-27 00:23:19 -04:00
NetworkPkg: Change 'Tls' to 'TLS'
Sicne it's a user-visible string, change 'Tls' to 'TLS', which is more correct. Signed-off-by: Rebecca Cran <rebecca@bsdio.com>
This commit is contained in:
parent
897edd165c
commit
0dde8cd314
1 changed files with 3 additions and 3 deletions
|
|
@ -1,5 +1,5 @@
|
|||
/** @file
|
||||
String definitions for Tls Authentication Configuration form.
|
||||
String definitions for TLS Authentication Configuration form.
|
||||
|
||||
Copyright (c) 2016, Intel Corporation. All rights reserved.<BR>
|
||||
SPDX-License-Identifier: BSD-2-Clause-Patent
|
||||
|
|
@ -8,8 +8,8 @@ SPDX-License-Identifier: BSD-2-Clause-Patent
|
|||
|
||||
#langdef en-US "English"
|
||||
|
||||
#string STR_TLS_AUTH_CONFIG_TITLE #language en-US "Tls Auth Configuration"
|
||||
#string STR_TLS_AUTH_CONFIG_HELP #language en-US "Press <Enter> to select Tls Auth Configuration."
|
||||
#string STR_TLS_AUTH_CONFIG_TITLE #language en-US "TLS Auth Configuration"
|
||||
#string STR_TLS_AUTH_CONFIG_HELP #language en-US "Press <Enter> to select TLS Auth Configuration."
|
||||
|
||||
#string STR_TLS_AUTH_CONFIG_SERVER_CA #language en-US "Server CA Configuration"
|
||||
#string STR_TLS_AUTH_CONFIG_SERVER_CA_HELP #language en-US "Press <Enter> to configure Server CA."
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue