From: Isira Seneviratne Subject: [PATCH] wordpad: Update STRING_TEXT_FILES_UNICODE_TXT string to plural format. Message-Id: Date: Fri, 15 Feb 2019 12:15:23 +0530

From 14a489b1fb0734c8d080b702de7df79db6b9a1aa Mon Sep 17 00:00:00 2001 From: Isira Seneviratne Date: Fri, 15 Feb 2019 12:11:35 +0530 Subject: [PATCH] wordpad: Update STRING_TEXT_FILES_UNICODE_TXT string to plural format. Change "document" in "Unicode text document (*.txt)" to "documents" to match the other file selection strings. Signed-off-by: Isira Seneviratne --- programs/wordpad/wordpad.rc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/programs/wordpad/wordpad.rc b/programs/wordpad/wordpad.rc index 10df516fd8..abf9ed9c50 100644 --- a/programs/wordpad/wordpad.rc +++ b/programs/wordpad/wordpad.rc @@ -145,7 +145,7 @@ STRINGTABLE BEGIN STRING_ALL_FILES, "All documents (*.*)" STRING_TEXT_FILES_TXT, "Text documents (*.txt)" - STRING_TEXT_FILES_UNICODE_TXT, "Unicode text document (*.txt)" + STRING_TEXT_FILES_UNICODE_TXT, "Unicode text documents (*.txt)" STRING_RICHTEXT_FILES_RTF, "Rich text format (*.rtf)" STRING_NEWFILE_RICHTEXT, "Rich text document" STRING_NEWFILE_TXT, "Text document" -- 2.20.1