]> git.proxmox.com Git - mirror_edk2.git/commit - ShellPkg/Library/UefiShellDebug1CommandsLib/HexEdit/FileImage.c
ShellPkg/edit: typo "%d Lines Wrote"
authorHeinrich Schuchardt <xypron.glpk@gmx.de>
Sun, 24 Nov 2019 10:33:20 +0000 (18:33 +0800)
committermergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
Thu, 5 Dec 2019 06:12:36 +0000 (06:12 +0000)
commit2926498f01e6d8b77dff933e3e9c87eb56c709b4
tree5b0edefdc656cf838dbbe3e36d63706d2dedb98d
parent965dbf97abec6b999b2dddb75ef746deed354019
ShellPkg/edit: typo "%d Lines Wrote"

REF: https://bugzilla.tianocore.org/show_bug.cgi?id=2379

When a file is saved in the edit command a status message L"%d Lines Wrote"
is displayed. The hexedit command suffers from the same typo.

Change the message to L"%d Lines Written".

Reviewed-by: Philippe Mathieu-Daude <philmd@redhat.com>
Reviewed-by: Zhichao Gao <zhichao.gao@intel.com>
Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
ShellPkg/Library/UefiShellDebug1CommandsLib/Edit/FileBuffer.c
ShellPkg/Library/UefiShellDebug1CommandsLib/HexEdit/FileImage.c