From: Alistair Leslie-Hughes leslie_alistair@hotmail.com
--- dlls/vbscript/vbscript.rc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dlls/vbscript/vbscript.rc b/dlls/vbscript/vbscript.rc index f90e6668bcb..b874b74280c 100644 --- a/dlls/vbscript/vbscript.rc +++ b/dlls/vbscript/vbscript.rc @@ -50,7 +50,7 @@ STRINGTABLE VBSE_NAMED_ARGS_NOT_SUPPORTED "Object doesn't support named arguments" VBSE_LOCALE_SETTING_NOT_SUPPORTED "Object doesn't support current locale setting" VBSE_NAMED_PARAM_NOT_FOUND "Named argument not found" - VBSE_PARAMETER_NOT_OPTIONAL "Named argument not found" + VBSE_PARAMETER_NOT_OPTIONAL "Parameter not optional" VBSE_FUNC_ARITY_MISMATCH "Wrong number of arguments or invalid property assignment" VBSE_NOT_ENUM "Object not a collection" VBSE_INVALID_DLL_FUNCTION_NAME "Specified DLL function not found"