From 3a6d338be34c2f87d3a6d330868872074e2c822d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Herm=C3=A8s=20B=C3=A9lusca-Ma=C3=AFto?= Date: Tue, 18 Dec 2012 19:06:16 +0000 Subject: [PATCH] [WIN32CSR] Fix a misspelling: "loose" --> "lose" (verb). Spotted by Katayama Hirofumi. CORE-6817 #resolve #comment Fixed in r57945. Cheers :) svn path=/trunk/; revision=57945 --- reactos/win32ss/user/win32csr/lang/en-US.rc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/reactos/win32ss/user/win32csr/lang/en-US.rc b/reactos/win32ss/user/win32csr/lang/en-US.rc index a9bf212513a..9c4e16f8513 100644 --- a/reactos/win32ss/user/win32csr/lang/en-US.rc +++ b/reactos/win32ss/user/win32csr/lang/en-US.rc @@ -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