]> git.proxmox.com Git - mirror_edk2.git/commitdiff
BaseTool/UPT: Fix a typo issue
authorHess Chen <hesheng.chen@intel.com>
Wed, 30 Dec 2015 02:22:30 +0000 (02:22 +0000)
committerhchen30 <hchen30@Edk2>
Wed, 30 Dec 2015 02:22:30 +0000 (02:22 +0000)
Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Hess Chen <hesheng.chen@intel.com>
Reviewed-by: Yonghong Zhu <yonghong.zhu@intel.com>
git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@19576 6f19259b-4bc3-4df7-8a09-765794883524

BaseTools/Source/Python/UPT/Logger/StringTable.py

index a481c6785d619b2eb14a01f826c597978b444026..69e36f3b85c55ec6fd442b021144ae33cc694ff2 100644 (file)
@@ -45,7 +45,7 @@ MSG_VERSION = _("UEFI Packaging Tool (UEFIPT) - Revision " + \
 MSG_COPYRIGHT = _("Copyright (c) 2011 - 2015 Intel Corporation All Rights Reserved.")\r
 MSG_VERSION_COPYRIGHT = _("\n  %s\n  %s" % (MSG_VERSION, MSG_COPYRIGHT))\r
 MSG_USAGE = _("%s [options]\n%s" % ("UPT", MSG_VERSION_COPYRIGHT))\r
-MSG_DESCRIPTION = _("The UEFIUPT is used to create, " + \\r
+MSG_DESCRIPTION = _("The UEFIPT is used to create, " + \\r
                     "install or remove a UEFI Distribution Package. " + \\r
                     "If WORKSPACE environment variable is present, " + \\r
                     "then UPT will install packages to the location specified by WORKSPACE, " + \\r