From 30d1c0e0b54665a31b6dc8c352fd9ac28612137a Mon Sep 17 00:00:00 2001 From: "Pierre \"Piorrro\" GRASSER" Date: Thu, 18 Feb 2016 13:49:56 +0100 Subject: [PATCH] Typo correction #2 I forgot to edit the other strings, last time. --- common/include/PS2Eext.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/common/include/PS2Eext.h b/common/include/PS2Eext.h index 8cad48951d..2442866e7d 100644 --- a/common/include/PS2Eext.h +++ b/common/include/PS2Eext.h @@ -313,7 +313,7 @@ static void __forceinline PluginNullConfigure(std::string desc, s32 &log) /* To do: Write a dialog box that displays a dialog box with the text in desc, and a check box that says "Logging", checked if log !=0, and set log to 1 if it is checked on return, and 0 if it isn't. */ - SysMessage("This space intentionally left blank."); + SysMessage("This space is intentionally left blank."); } static void __forceinline PluginNullAbout(const char *aboutText) @@ -337,7 +337,7 @@ static void __forceinline PluginNullConfigure(std::string desc, s32 &log) /* To do: Write a dialog box that displays a dialog box with the text in desc, and a check box that says "Logging", checked if log !=0, and set log to 1 if it is checked on return, and 0 if it isn't. */ - SysMessage(L"This space intentionally left blank."); + SysMessage(L"This space is intentionally left blank."); } static void __forceinline PluginNullAbout(const wchar_t *aboutText)