Module: wine Branch: master Commit: 03159ff8e265a0d38427bc2b919fb171e36cb191 URL: http://source.winehq.org/git/wine.git/?a=commit;h=03159ff8e265a0d38427bc2b91...
Author: Sven Baars sven.wine@gmail.com Date: Sat Dec 25 14:35:04 2010 +0100
cmd: Fix a typo in the English resource.
---
programs/cmd/En.rc | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/programs/cmd/En.rc b/programs/cmd/En.rc index 87b0780..02a6c24 100644 --- a/programs/cmd/En.rc +++ b/programs/cmd/En.rc @@ -212,7 +212,7 @@ PUSHD.\n" WCMD_MORE, "MORE displays output of files or piped input in pages.\n"
WCMD_CHOICE, "CHOICE displays a text and waits, until the User\n\ -press an allowed Key from a selectable list.\n\ +presses an allowed Key from a selectable list.\n\ CHOICE is mainly used to build a menu selection in a batch file.\n"
WCMD_EXIT,