https://git.reactos.org/?p=reactos.git;a=commitdiff;h=9a8e4a271aa1aba0b3f0546c60d0745e9933d6c1

commit 9a8e4a271aa1aba0b3f0546c60d0745e9933d6c1
Author:     winesync <[email protected]>
AuthorDate: Sun Jan 16 21:03:01 2022 +0100
Commit:     Thomas Csovcsity <[email protected]>
CommitDate: Sun Jun 19 13:06:31 2022 +0200

    [WINESYNC] reg: Prepend 'reg:' to two message strings.
    
    Signed-off-by: Hugh McMaster <[email protected]>
    Signed-off-by: Alexandre Julliard <[email protected]>
    
    wine commit id fbecd56db8889f9d349c2f807348cdddf397eab1 by Hugh McMaster 
<[email protected]>
    
    manual adjustment needed
---
 base/applications/cmdutils/reg/lang/en-US.rc | 4 ++--
 sdk/tools/winesync/reg.cfg                   | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/base/applications/cmdutils/reg/lang/en-US.rc 
b/base/applications/cmdutils/reg/lang/en-US.rc
index 11ae14280ff..d137ce134c7 100644
--- a/base/applications/cmdutils/reg/lang/en-US.rc
+++ b/base/applications/cmdutils/reg/lang/en-US.rc
@@ -88,7 +88,7 @@ STRINGTABLE
 \  /s\n\
 \     List all registry entries under <key> and its subkeys.\n\n"
 
-    STRING_SUCCESS, "The operation completed successfully\n"
+    STRING_SUCCESS, "reg: The operation completed successfully\n"
     STRING_INVALID_KEY, "reg: Invalid registry key\n"
     STRING_INVALID_CMDLINE, "reg: Invalid command line parameters\n"
     STRING_NO_REMOTE, "reg: Unable to access remote machine\n"
@@ -101,7 +101,7 @@ STRINGTABLE
     STRING_YESNO, " (Yes|No)"
     STRING_YES, "#msgctxt#Yes key#Y"
     STRING_NO, "#msgctxt#No key#N"
-    STRING_CANCELLED, "The registry operation was cancelled\n"
+    STRING_CANCELLED, "reg: The registry operation was cancelled\n"
     STRING_DEFAULT_VALUE, "(Default)"
     STRING_DELETE_VALUE, "Are you sure you want to delete the registry value 
'%1'?"
     STRING_DELETE_VALUEALL, "Are you sure you want to delete all registry 
values in '%1'?"
diff --git a/sdk/tools/winesync/reg.cfg b/sdk/tools/winesync/reg.cfg
index 821e260688b..b137c92c31b 100644
--- a/sdk/tools/winesync/reg.cfg
+++ b/sdk/tools/winesync/reg.cfg
@@ -4,4 +4,4 @@ directories:
 files:
   programs/reg/resource.h: base/applications/cmdutils/reg/resource.h
 tags:
-  wine: 9b7a5cfb0e709e4434575daf960f803338bdf6bd
+  wine: fbecd56db8889f9d349c2f807348cdddf397eab1

Reply via email to