mirror of
https://github.com/reactos/reactos.git
synced 2025-02-23 00:45:24 +00:00
[WIN32CSR]
Fix a misspelling: "loose" --> "lose" (verb). Spotted by Katayama Hirofumi. CORE-6817 #resolve #comment Fixed in r57945. Cheers :) svn path=/trunk/; revision=57945
This commit is contained in:
parent
020d337ca6
commit
3a6d338be3
1 changed files with 1 additions and 1 deletions
|
@ -23,7 +23,7 @@ BEGIN
|
|||
LTEXT "This program is not responding",IDC_STATIC,7,7,178,8
|
||||
LTEXT "To return to ReactOS and check the status of the program, click Cancel",
|
||||
IDC_STATIC,7,26,178,16
|
||||
LTEXT "If you choose to end the program immediately, you will loose any unsaved data. To end the program now, click End Now",
|
||||
LTEXT "If you choose to end the program immediately, you will lose any unsaved data. To end the program now, click End Now",
|
||||
IDC_STATIC,7,53,178,26
|
||||
END
|
||||
|
||||
|
|
Loading…
Reference in a new issue