Typo correction #2

I forgot to edit the other strings, last time.
This commit is contained in:
Pierre "Piorrro" GRASSER 2016-02-18 13:49:56 +01:00
parent 44e6445180
commit 30d1c0e0b5
1 changed files with 2 additions and 2 deletions

View File

@ -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)