wordpad: Add a full stop at the end of error messages for consistency.

Francois Gouget fgouget at free.fr
Sun Jan 22 17:37:21 CST 2012


---
 programs/wordpad/wordpad.rc |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/programs/wordpad/wordpad.rc b/programs/wordpad/wordpad.rc
index 7e0460a..bfc0e99 100644
--- a/programs/wordpad/wordpad.rc
+++ b/programs/wordpad/wordpad.rc
@@ -184,13 +184,13 @@ BEGIN
     STRING_SAVE_LOSEFORMATTING,  "You have chosen to save in plain text format, " \
                                  "which will cause all formatting to be lost. " \
                                  "Are you sure that you wish to do this?"
-    STRING_INVALID_NUMBER,       "Invalid number format"
-    STRING_OLE_STORAGE_NOT_SUPPORTED, "OLE storage documents are not supported"
+    STRING_INVALID_NUMBER,       "Invalid number format."
+    STRING_OLE_STORAGE_NOT_SUPPORTED, "OLE storage documents are not supported."
     STRING_WRITE_FAILED,              "Could not save the file."
     STRING_WRITE_ACCESS_DENIED,       "You do not have access to save the file."
     STRING_OPEN_FAILED,               "Could not open the file."
     STRING_OPEN_ACCESS_DENIED,        "You do not have access to open the file."
-    STRING_PRINTING_NOT_IMPLEMENTED,  "Printing not implemented"
+    STRING_PRINTING_NOT_IMPLEMENTED,  "Printing not implemented."
     STRING_MAX_TAB_STOPS,             "Cannot add more than 32 tab stops."
 END
 
-- 
1.7.7.3




More information about the wine-patches mailing list