[PATCH 5/6] reg: Prepend 'reg:' to two message strings

Hugh McMaster hugh.mcmaster at outlook.com
Thu Apr 1 07:20:51 CDT 2021


Signed-off-by: Hugh McMaster <hugh.mcmaster at outlook.com>
---
 programs/reg/reg.rc | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/programs/reg/reg.rc b/programs/reg/reg.rc
index b0a27b33606..87ea1e2323d 100644
--- a/programs/reg/reg.rc
+++ b/programs/reg/reg.rc
@@ -112,7 +112,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"
@@ -125,7 +125,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'?"
-- 
2.31.0




More information about the wine-devel mailing list