[WINESYNC] reg: Prepend 'reg:' to two message strings.

Signed-off-by: Hugh McMaster <hugh.mcmaster@outlook.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>

wine commit id fbecd56db8889f9d349c2f807348cdddf397eab1 by Hugh McMaster <hugh.mcmaster@outlook.com>

manual adjustment needed
This commit is contained in:
winesync 2022-01-16 21:03:01 +01:00 committed by Thomas Csovcsity
parent 235d5af3af
commit 9a8e4a271a
2 changed files with 3 additions and 3 deletions

View file

@ -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'?"

View file

@ -4,4 +4,4 @@ directories:
files:
programs/reg/resource.h: base/applications/cmdutils/reg/resource.h
tags:
wine: 9b7a5cfb0e709e4434575daf960f803338bdf6bd
wine: fbecd56db8889f9d349c2f807348cdddf397eab1