X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=blobdiff_plain;f=MdeModulePkg%2FUniversal%2FNetwork%2FIp4Dxe%2FIp4Config2.vfr;h=d85a99180e5c1e85407dd2f9b72f6825d57e1cc6;hp=a18db22846c8f7eae03fbd525c2ff3d88cffc27c;hb=c0fd7f734e2d33e22215899b40a47b843129541d;hpb=1f6729ffe98095107ce82e67a4a0209674601a90 diff --git a/MdeModulePkg/Universal/Network/Ip4Dxe/Ip4Config2.vfr b/MdeModulePkg/Universal/Network/Ip4Dxe/Ip4Config2.vfr index a18db22846..d85a99180e 100644 --- a/MdeModulePkg/Universal/Network/Ip4Dxe/Ip4Config2.vfr +++ b/MdeModulePkg/Universal/Network/Ip4Dxe/Ip4Config2.vfr @@ -1,14 +1,8 @@ /** @file Vfr file for IP4Dxe. -Copyright (c) 2015, Intel Corporation. All rights reserved.
-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 -http://opensource.org/licenses/bsd-license.php - -THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, -WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED. +Copyright (c) 2015 - 2018, Intel Corporation. All rights reserved.
+SPDX-License-Identifier: BSD-2-Clause-Patent **/ #include "Ip4NvData.h" @@ -31,7 +25,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; @@ -87,13 +81,13 @@ formset endif; subtitle text = STRING_TOKEN(STR_NULL); - + text help = STRING_TOKEN(STR_SAVE_CHANGES), text = STRING_TOKEN(STR_SAVE_CHANGES), flags = INTERACTIVE, key = KEY_SAVE_CHANGES; - + endform; endformset;