Revision: 19576
http://sourceforge.net/p/edk2/code/19576
Author: hchen30
Date: 2015-12-30 02:22:30 +0000 (Wed, 30 Dec 2015)
Log Message:
-----------
BaseTool/UPT: Fix a typo issue
Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Hess Chen <[email protected]>
Reviewed-by: Yonghong Zhu <[email protected]>
Modified Paths:
--------------
trunk/edk2/BaseTools/Source/Python/UPT/Logger/StringTable.py
Modified: trunk/edk2/BaseTools/Source/Python/UPT/Logger/StringTable.py
===================================================================
--- trunk/edk2/BaseTools/Source/Python/UPT/Logger/StringTable.py
2015-12-30 02:22:02 UTC (rev 19575)
+++ trunk/edk2/BaseTools/Source/Python/UPT/Logger/StringTable.py
2015-12-30 02:22:30 UTC (rev 19576)
@@ -45,7 +45,7 @@
MSG_COPYRIGHT = _("Copyright (c) 2011 - 2015 Intel Corporation All Rights
Reserved.")
MSG_VERSION_COPYRIGHT = _("\n %s\n %s" % (MSG_VERSION, MSG_COPYRIGHT))
MSG_USAGE = _("%s [options]\n%s" % ("UPT", MSG_VERSION_COPYRIGHT))
-MSG_DESCRIPTION = _("The UEFIUPT is used to create, " + \
+MSG_DESCRIPTION = _("The UEFIPT is used to create, " + \
"install or remove a UEFI Distribution Package. " + \
"If WORKSPACE environment variable is present, " + \
"then UPT will install packages to the location specified
by WORKSPACE, " + \
------------------------------------------------------------------------------
_______________________________________________
edk2-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/edk2-commits