summaryrefslogtreecommitdiff
path: root/Core/MdeModulePkg/Universal
diff options
context:
space:
mode:
authorJiaxin Wu <jiaxin.wu@intel.com>2017-04-21 12:56:05 +0800
committerGuo Mang <mang.guo@intel.com>2017-07-12 11:24:26 +0800
commitd91a64ab9811f431cc6909ffec12e306485b88fa (patch)
tree443d5f710bc537897c8f27f7bc77b77fedaa8427 /Core/MdeModulePkg/Universal
parentca50b7ac7147b43d90ef66fd5536520faf16beed (diff)
downloadedk2-platforms-d91a64ab9811f431cc6909ffec12e306485b88fa.tar.xz
MdeModulePkg/Ip4Dxe: Refine the IPv4 configuration help info
Below value indicate whether network address configured successfully or not: Network Device List->MAC->IPv4 Network Configuration->Configured. This patch is to refine its help info. Cc: Ye Ting <ting.ye@intel.com> Cc: Fu Siyuan <siyuan.fu@intel.com> Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Wu Jiaxin <jiaxin.wu@intel.com> Reviewed-by: Ye Ting <ting.ye@intel.com> (cherry picked from commit d7dd4f0a0678c458005ea40acba70984c58bcb20)
Diffstat (limited to 'Core/MdeModulePkg/Universal')
-rw-r--r--Core/MdeModulePkg/Universal/Network/Ip4Dxe/Ip4Config2.vfr4
-rw-r--r--Core/MdeModulePkg/Universal/Network/Ip4Dxe/Ip4DxeStrings.uni3
2 files changed, 4 insertions, 3 deletions
diff --git a/Core/MdeModulePkg/Universal/Network/Ip4Dxe/Ip4Config2.vfr b/Core/MdeModulePkg/Universal/Network/Ip4Dxe/Ip4Config2.vfr
index a18db22846..1f45e9f066 100644
--- a/Core/MdeModulePkg/Universal/Network/Ip4Dxe/Ip4Config2.vfr
+++ b/Core/MdeModulePkg/Universal/Network/Ip4Dxe/Ip4Config2.vfr
@@ -1,7 +1,7 @@
/** @file
Vfr file for IP4Dxe.
-Copyright (c) 2015, Intel Corporation. All rights reserved.<BR>
+Copyright (c) 2015 - 2017, 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
@@ -31,7 +31,7 @@ formset
checkbox varid = IP4_CONFIG2_IFR_NVDATA.Configure,
prompt = STRING_TOKEN(STR_IP4_CONFIGURE),
- help = STRING_TOKEN(STR_IP4_CONFIGURE),
+ help = STRING_TOKEN(STR_IP4_CONFIGURE_HELP),
flags = INTERACTIVE,
key = KEY_ENABLE,
endcheckbox;
diff --git a/Core/MdeModulePkg/Universal/Network/Ip4Dxe/Ip4DxeStrings.uni b/Core/MdeModulePkg/Universal/Network/Ip4Dxe/Ip4DxeStrings.uni
index a491378ab5..0546ceacb9 100644
--- a/Core/MdeModulePkg/Universal/Network/Ip4Dxe/Ip4DxeStrings.uni
+++ b/Core/MdeModulePkg/Universal/Network/Ip4Dxe/Ip4DxeStrings.uni
@@ -1,7 +1,7 @@
// /** @file
// String definitions for Ip4Config2 formset
-// Copyright (c) 2015, Intel Corporation. All rights reserved.<BR>
+// Copyright (c) 2015 - 2017, 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
@@ -22,6 +22,7 @@
#string STR_IP4_DEVICE_FORM_TITLE #language en-US ""
#string STR_IP4_DEVICE_FORM_HELP #language en-US ""
#string STR_IP4_CONFIGURE #language en-US "Configured"
+#string STR_IP4_CONFIGURE_HELP #language en-US "Indicate whether network address configured successfully or not."
#string STR_IP4_ENABLE_DHCP #language en-US "Enable DHCP"
#string STR_IP4_LOCAL_IP_ADDRESS #language en-US "Local IP Address"
#string STR_IP4_IP_ADDRESS_HELP #language en-US "Enter IP address in dotted-decimal notation. Example: 192.168.10.12\r\n"