winhlp32: Standardize the 'Not yet implemented' messages.

Francois Gouget fgouget at free.fr
Thu Jan 12 10:39:47 CST 2012


---
 programs/winhlp32/winhlp32.rc |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/programs/winhlp32/winhlp32.rc b/programs/winhlp32/winhlp32.rc
index eb8a1c3..bd0162f 100644
--- a/programs/winhlp32/winhlp32.rc
+++ b/programs/winhlp32/winhlp32.rc
@@ -79,7 +79,7 @@ STID_WINE_HELP, 	"Wine Help"
 STID_WHERROR, 		"ERROR"
 STID_WARNING,  		"WARNING"
 STID_INFO,  		"Information"
-STID_NOT_IMPLEMENTED, 	"Not implemented"
+STID_NOT_IMPLEMENTED, 	"Not yet implemented"
 STID_HLPFILE_ERROR_s, 	"Error while reading the help file `%s'"
 STID_INDEX, 		"&Index"
 STID_CONTENTS,		"Summary"
@@ -104,7 +104,7 @@ STYLE DS_MODALFRAME | WS_CAPTION | WS_SYSMENU
 FONT 8, "MS Shell Dlg"
 CAPTION "Search"
 {
-    LTEXT  "Not implemented yet", -1, 10, 10, 180, 150
+    LTEXT  "Not yet implemented", -1, 10, 10, 180, 150
 }
 
 LANGUAGE LANG_NEUTRAL, SUBLANG_NEUTRAL
-- 
1.7.7.3



More information about the wine-patches mailing list