From bada3e0a99ef67ebd658e8117400008d881b9790 Mon Sep 17 00:00:00 2001 From: Fellippe Heitor Date: Sun, 7 Feb 2021 22:55:12 -0300 Subject: [PATCH] Rewords some messages. --- source/global/IDEsettings.bas | 2 +- source/ide/ide_methods.bas | 5 +++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/source/global/IDEsettings.bas b/source/global/IDEsettings.bas index b71cee193..725e8171a 100644 --- a/source/global/IDEsettings.bas +++ b/source/global/IDEsettings.bas @@ -462,7 +462,7 @@ IF ReadConfigSetting(customDictionarySection$, "CustomKeywords$", value$) THEN customKeywordsLength = LEN(listOfCustomKeywords$) ELSE IniSetAddQuotes -1 - WriteConfigSetting customDictionarySection$, "Instructions1", "Add custom keywords @separated@by@the@at@sign@ below." + WriteConfigSetting customDictionarySection$, "Instructions1", "Add custom keywords separated by the 'at' sign." WriteConfigSetting customDictionarySection$, "Instructions2", "Useful to colorize constants (eg @true@false@)." IniSetAddQuotes 0 WriteConfigSetting customDictionarySection$, "CustomKeywords$", "@" diff --git a/source/ide/ide_methods.bas b/source/ide/ide_methods.bas index ca7aad538..480823e7c 100644 --- a/source/ide/ide_methods.bas +++ b/source/ide/ide_methods.bas @@ -1032,12 +1032,13 @@ FUNCTION ide2 (ignore) END IF 'skipdisplay IF WhiteListQB64FirstTimeMsg = 0 THEN + IF INSTR(_OS$, "WIN") THEN whiteListProcess$ = "and the process 'qb64.exe' " ELSE whiteListProcess$ = "" result = idemessagebox("Welcome to QB64", "QB64 is an independently distributed program, and as such" + CHR$(10) + _ "both 'qb64" + extension$ + "' and the programs you create with it may" + CHR$(10) + _ "eventually be flagged as false positives by your" + CHR$(10) + _ "antivirus/antimalware software." + CHR$(10) + CHR$(10) + _ - "It is advisable to whitelist your whole QB64 folder to avoid" + CHR$(10) + _ - "operation errors.", "#OK;#Don't show this again") + "It is advisable to whitelist your whole QB64 folder" + CHR$(10) + _ + whiteListProcess$ + "to avoid operation errors.", "#OK;#Don't show this again") PCOPY 3, 0: SCREEN , , 3, 0 IF result = 2 THEN