mirror of
https://github.com/reactos/reactos.git
synced 2025-02-23 08:55:19 +00:00
[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:
parent
235d5af3af
commit
9a8e4a271a
2 changed files with 3 additions and 3 deletions
|
@ -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'?"
|
||||
|
|
|
@ -4,4 +4,4 @@ directories:
|
|||
files:
|
||||
programs/reg/resource.h: base/applications/cmdutils/reg/resource.h
|
||||
tags:
|
||||
wine: 9b7a5cfb0e709e4434575daf960f803338bdf6bd
|
||||
wine: fbecd56db8889f9d349c2f807348cdddf397eab1
|
||||
|
|
Loading…
Reference in a new issue