From b0f53e1920e33ca970d29b47f6419a95c2ff9a28 Mon Sep 17 00:00:00 2001 From: Austin English Date: Wed, 8 Jul 2009 01:10:40 -0500 Subject: [PATCH] notepad: Fix English resource line breaks. --- programs/notepad/En.rc | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/programs/notepad/En.rc b/programs/notepad/En.rc index fb774cf99b6..15439b1069e 100644 --- a/programs/notepad/En.rc +++ b/programs/notepad/En.rc @@ -120,14 +120,13 @@ STRING_TOOLARGE, "File '%s' is too large for note Please use a different editor." STRING_NOTEXT, "You didn't enter any text. \ \nPlease type something and try again" -STRING_DOESNOTEXIST, "File '%s'\ndoes not exist\n\n \ +STRING_DOESNOTEXIST, "File '%s' does not exist\n\n \ Do you want to create a new file ?" -STRING_NOTSAVED, "File '%s'\nhas been modified\n\n \ +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\nfree \ -memory." +task.\nClose one or more applications to increase the amount of free memory." STRING_UNICODE_LE, "Unicode (UTF-16)" STRING_UNICODE_BE, "Unicode (UTF-16 big-endian)" -- 2.11.4.GIT