From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga05.intel.com (mga05.intel.com [192.55.52.43]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ml01.01.org (Postfix) with ESMTPS id 81F6E21A0483A for ; Sun, 23 Apr 2017 22:16:03 -0700 (PDT) Received: from fmsmga001.fm.intel.com ([10.253.24.23]) by fmsmga105.fm.intel.com with ESMTP; 23 Apr 2017 22:16:03 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.37,242,1488873600"; d="scan'208";a="1139306666" Received: from fmsmsx103.amr.corp.intel.com ([10.18.124.201]) by fmsmga001.fm.intel.com with ESMTP; 23 Apr 2017 22:16:02 -0700 Received: from shsmsx151.ccr.corp.intel.com (10.239.6.50) by FMSMSX103.amr.corp.intel.com (10.18.124.201) with Microsoft SMTP Server (TLS) id 14.3.319.2; Sun, 23 Apr 2017 22:16:01 -0700 Received: from shsmsx103.ccr.corp.intel.com ([169.254.4.117]) by SHSMSX151.ccr.corp.intel.com ([169.254.3.224]) with mapi id 14.03.0319.002; Mon, 24 Apr 2017 13:15:58 +0800 From: "Ye, Ting" To: "Wu, Jiaxin" , "edk2-devel@lists.01.org" CC: "Fu, Siyuan" , "Wu, Jiaxin" Thread-Topic: [edk2] [Patch] MdeModulePkg/Ip4Dxe: Refine the IPv4 configuration help info Thread-Index: AQHSulviP7r+8LarZ0KRrj25TrCsl6HT/ufg Date: Mon, 24 Apr 2017 05:15:57 +0000 Message-ID: References: <1492750684-17488-1-git-send-email-jiaxin.wu@intel.com> In-Reply-To: <1492750684-17488-1-git-send-email-jiaxin.wu@intel.com> Accept-Language: zh-CN, en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [10.239.127.40] MIME-Version: 1.0 Subject: Re: [Patch] MdeModulePkg/Ip4Dxe: Refine the IPv4 configuration help info X-BeenThere: edk2-devel@lists.01.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: EDK II Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 24 Apr 2017 05:16:03 -0000 Content-Language: en-US Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Reviewed-by: Ye Ting =20 -----Original Message----- From: edk2-devel [mailto:edk2-devel-bounces@lists.01.org] On Behalf Of Jiax= in Wu Sent: Friday, April 21, 2017 12:58 PM To: edk2-devel@lists.01.org Cc: Ye, Ting ; Fu, Siyuan ; Wu, Jia= xin Subject: [edk2] [Patch] 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 Cc: Fu Siyuan Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Wu Jiaxin --- MdeModulePkg/Universal/Network/Ip4Dxe/Ip4Config2.vfr | 4 ++-- MdeModulePkg/Universal/Network/Ip4Dxe/Ip4DxeStrings.uni | 3 ++- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/MdeModulePkg/Universal/Network/Ip4Dxe/Ip4Config2.vfr b/MdeModu= lePkg/Universal/Network/Ip4Dxe/Ip4Config2.vfr index a18db22..1f45e9f 100644 --- a/MdeModulePkg/Universal/Network/Ip4Dxe/Ip4Config2.vfr +++ b/MdeModulePkg/Universal/Network/Ip4Dxe/Ip4Config2.vfr @@ -1,9 +1,9 @@ /** @file Vfr file for IP4Dxe. =20 -Copyright (c) 2015, Intel Corporation. All rights reserved.
+Copyright (c) 2015 - 2017, Intel Corporation. All rights reserved.
This program and the accompanying materials are licensed and made availab= le under the terms and conditions of the BSD License which accompanies thi= s distribution. The full text of the license may be found at http://opens= ource.org/licenses/bsd-license.php =20 @@ -29,11 +29,11 @@ formset form formid =3D FORMID_MAIN_FORM, title =3D STRING_TOKEN(STR_IP4_DEVICE_FORM_TITLE); =20 checkbox varid =3D IP4_CONFIG2_IFR_NVDATA.Configure, prompt =3D STRING_TOKEN(STR_IP4_CONFIGURE), - help =3D STRING_TOKEN(STR_IP4_CONFIGURE), + help =3D STRING_TOKEN(STR_IP4_CONFIGURE_HELP), flags =3D INTERACTIVE, key =3D KEY_ENABLE, endcheckbox; =20 suppressif ideqval IP4_CONFIG2_IFR_NVDATA.Configure =3D=3D 0x00; diff = --git a/MdeModulePkg/Universal/Network/Ip4Dxe/Ip4DxeStrings.uni b/MdeModule= Pkg/Universal/Network/Ip4Dxe/Ip4DxeStrings.uni index a491378..0546cea 100644 --- a/MdeModulePkg/Universal/Network/Ip4Dxe/Ip4DxeStrings.uni +++ b/MdeModulePkg/Universal/Network/Ip4Dxe/Ip4DxeStrings.uni @@ -1,9 +1,9 @@ // /** @file // String definitions for Ip4Config2 formset =20 -// Copyright (c) 2015, Intel Corporation. All rights reserved.
+// Copyright (c) 2015 - 2017, Intel Corporation. All rights=20 +reserved.
// This program and the accompanying materials // are licensed and made a= vailable under the terms and conditions of the BSD License // which accomp= anies this distribution. The full text of the license may be found at // = http://opensource.org/licenses/bsd-license.php // @@ -20,10 +20,11 @@ #string STR_IP4_CONFIG2_FORM_TITLE #language en-US "IPv4 Network Config= uration" #string STR_IP4_CONFIG2_FORM_HELP #language en-US "Configure network p= arameters." #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 ne= twork 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" #string STR_IP4_LOCAL_MASK #language en-US "Local NetMask" #string STR_IP4_MASK_HELP #language en-US "Enter NetMask in do= tted-decimal notation. Example: 255.255.255.0\r\n" -- 1.9.5.msysgit.1 _______________________________________________ edk2-devel mailing list edk2-devel@lists.01.org https://lists.01.org/mailman/listinfo/edk2-devel