notepad: Tweak an error message for consistency.

Francois Gouget fgouget at free.fr
Tue Aug 23 07:40:28 CDT 2011


---

The surrounding error messages don't use verb abbreviations like 
"didn't", and all have a trailing punctuation.


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

diff --git a/programs/notepad/notepad.rc b/programs/notepad/notepad.rc
index 0976e23..732602f 100644
--- a/programs/notepad/notepad.rc
+++ b/programs/notepad/notepad.rc
@@ -77,8 +77,8 @@ STRING_TEXT_FILES_TXT,                  "Text files (*.txt)"
 
 STRING_TOOLARGE,                                "File '%s' is too large for notepad.\n\
 Please use a different editor."
-STRING_NOTEXT,                                  "You didn't enter any text.\
-\nPlease type something and try again"
+STRING_NOTEXT,                                  "You did not enter any text.\
+\nPlease type something and try again."
 STRING_DOESNOTEXIST,                            "File '%s' does not exist.\n\n\
 Do you want to create a new file?"
 STRING_NOTSAVED,                                "File '%s' has been modified.\n\n\
-- 
1.7.5.4



More information about the wine-patches mailing list