notepad: Fix English resource line breaks.
This commit is contained in:
parent
1ef13941f6
commit
b0f53e1920
|
@ -120,14 +120,13 @@ STRING_TOOLARGE, "File '%s' is too large for note
|
||||||
Please use a different editor."
|
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"
|
\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 ?"
|
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 ?"
|
Would you like to save the changes ?"
|
||||||
STRING_NOTFOUND, "'%s' could not be found."
|
STRING_NOTFOUND, "'%s' could not be found."
|
||||||
STRING_OUT_OF_MEMORY, "Not enough memory to complete this \
|
STRING_OUT_OF_MEMORY, "Not enough memory to complete this \
|
||||||
task.\nClose one or more applications to increase the amount of\nfree \
|
task.\nClose one or more applications to increase the amount of free memory."
|
||||||
memory."
|
|
||||||
|
|
||||||
STRING_UNICODE_LE, "Unicode (UTF-16)"
|
STRING_UNICODE_LE, "Unicode (UTF-16)"
|
||||||
STRING_UNICODE_BE, "Unicode (UTF-16 big-endian)"
|
STRING_UNICODE_BE, "Unicode (UTF-16 big-endian)"
|
||||||
|
|
Loading…
Reference in New Issue