kernel32: Avoid an unneeded abbreviation in an error message.

Francois Gouget fgouget at free.fr
Tue Nov 5 10:45:54 CST 2013


---
 dlls/kernel32/winerror.mc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dlls/kernel32/winerror.mc b/dlls/kernel32/winerror.mc
index b302e8c..21cd671 100644
--- a/dlls/kernel32/winerror.mc
+++ b/dlls/kernel32/winerror.mc
@@ -1361,7 +1361,7 @@ No Unicode translation.
 MessageId=1114
 SymbolicName=ERROR_DLL_INIT_FAILED
 Language=ENU
-DLL init failed.
+DLL initialization failed.
 .
 MessageId=1115
 SymbolicName=ERROR_SHUTDOWN_IN_PROGRESS
-- 
1.8.4.rc3



More information about the wine-patches mailing list