Module: wine Branch: master Commit: 5d14f02f6a70747a1c0b86a76360a24353fba56c URL: https://source.winehq.org/git/wine.git/?a=commit;h=5d14f02f6a70747a1c0b86a76...
Author: Isira Seneviratne isirasen96@gmail.com Date: Wed Mar 27 08:21:36 2019 +0530
start: Correct capitalization of "Windows Explorer".
Signed-off-by: Isira Seneviratne isirasen96@gmail.com Signed-off-by: Alexandre Julliard julliard@winehq.org
---
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 a818ddf..ad3aaee 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"