Module: wine Branch: master Commit: 95a7e5f8bd4308f5389705998792114c98a8d65c URL: http://source.winehq.org/git/wine.git/?a=commit;h=95a7e5f8bd4308f53897059987...
Author: Austin English austinenglish@gmail.com Date: Sun Jul 19 19:23:24 2009 -0500
notepad: English resource fixes.
---
programs/notepad/En.rc | 12 ++++++------ 1 files changed, 6 insertions(+), 6 deletions(-)
diff --git a/programs/notepad/En.rc b/programs/notepad/En.rc index 15439b1..d9ea7cd 100644 --- a/programs/notepad/En.rc +++ b/programs/notepad/En.rc @@ -116,14 +116,14 @@ STRING_UNTITLED, "Untitled" STRING_ALL_FILES, "All files (*.*)" STRING_TEXT_FILES_TXT, "Text files (*.txt)"
-STRING_TOOLARGE, "File '%s' is too large for notepad.\n \ +STRING_TOOLARGE, "File '%s' is too large for notepad.\n\ Please use a different editor." -STRING_NOTEXT, "You didn't enter any text. \ +STRING_NOTEXT, "You didn't 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 \ -Would you like to save the changes ?" +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\ +Would you like to save the changes?" STRING_NOTFOUND, "'%s' could not be found." STRING_OUT_OF_MEMORY, "Not enough memory to complete this \ task.\nClose one or more applications to increase the amount of free memory."