[PATCH 2/3] reg: Update the STRING_VALUEALL_FAILED resource string

Hugh McMaster hugh.mcmaster at outlook.com
Wed May 12 07:24:24 CDT 2021


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

diff --git a/programs/reg/reg.rc b/programs/reg/reg.rc
index 9dea8cfcb1a..c0d75f55b6c 100644
--- a/programs/reg/reg.rc
+++ b/programs/reg/reg.rc
@@ -131,7 +131,7 @@ STRINGTABLE
     STRING_DELETE_VALUEALL, "Are you sure you want to delete all registry values in '%1'?"
     STRING_DELETE_SUBKEY, "Are you sure you want to delete the registry key '%1'?"
     STRING_INVALID_STRING, "reg: The option [/d] must be followed by a valid string\n"
-    STRING_VALUEALL_FAILED, "reg: Unable to delete all registry values in '%1'. An unexpected error occurred.\n"
+    STRING_VALUEALL_FAILED, "reg: Unable to delete all registry values in '%1'\n"
     STRING_GENERAL_FAILURE, "reg: Unable to complete the specified operation. An unexpected error occurred.\n"
     STRING_MATCHES_FOUND, "Search complete. Number of matches found: %1!d!\n"
     STRING_INVALID_SYNTAX, "reg: Invalid syntax. "
-- 
2.31.1




More information about the wine-devel mailing list