From 5d14f02f6a70747a1c0b86a76360a24353fba56c Mon Sep 17 00:00:00 2001 From: Isira Seneviratne Date: Wed, 27 Mar 2019 08:03:36 +0530 Subject: [PATCH] start: Correct capitalization of "Windows Explorer". Signed-off-by: Isira Seneviratne Signed-off-by: Alexandre Julliard --- programs/start/start.rc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/programs/start/start.rc b/programs/start/start.rc index a818ddfcbc6..ad3aaeea761 100644 --- a/programs/start/start.rc +++ b/programs/start/start.rc @@ -49,8 +49,8 @@ Options:\n\ /affinity mask Start the program with the specified affinity mask.\n\ /wait Wait for the started program to finish, then exit with its\n\ exit code.\n\ -/unix Use a Unix filename and start the file like windows\n\ - explorer.\n\ +/unix Use a Unix filename and start the file like Windows\n\ + Explorer.\n\ /ProgIDOpen Open a document using the specified progID.\n\ /? Display this help and exit.\n"