From 4316d67743faeefa7e28eac93005ba200b4cac61 Mon Sep 17 00:00:00 2001 From: Brandon Turner Date: Fri, 18 Aug 2006 01:51:44 +0000 Subject: [PATCH] minor grammatical / wording fixes. bug 1747 svn path=/trunk/; revision=23599 --- reactos/dll/win32/msgina/En.rc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/reactos/dll/win32/msgina/En.rc b/reactos/dll/win32/msgina/En.rc index 2863f895b45..163e61039f2 100644 --- a/reactos/dll/win32/msgina/En.rc +++ b/reactos/dll/win32/msgina/En.rc @@ -48,9 +48,9 @@ END STRINGTABLE BEGIN IDS_LOGGEDOUTSAS "Welcome!" - IDS_LOCKEDSAS "The computer is currently locked" - IDS_PRESSCTRLALTDELETE "Press CONTROL+ALT+DELETE key combination" + IDS_LOCKEDSAS "The computer is currently locked." + IDS_PRESSCTRLALTDELETE "Press Control+Alt+Delete to Logon." IDS_ASKFORUSER "User name: " IDS_ASKFORPASSWORD "Password: " - IDS_FORCELOGOFF "This will close the the session of the current user, and loose all his unsaved work. Continue?" + IDS_FORCELOGOFF "This will log out the current user and lose all unsaved data. Continue?" END