Skip to content

Commit 806624b

Browse files
committed
clarifying error message for #154
1 parent 7d92653 commit 806624b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

app/src/processing/app/Base.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -131,9 +131,9 @@ static public void main(final String[] args) {
131131
"A file required by Processing (" + missing + ") is missing.\n\n" +
132132
"Make sure that you're not trying to run Processing from inside\n" +
133133
"the .zip file you downloaded, and check that Windows Defender\n" +
134-
"hasn't removed files from the Processing folder.\n\n" +
135-
"(It sometimes flags parts of Processing as a trojan or virus.\n" +
136-
"It is neither, but Microsoft has ignored our pleas for help.)", t);
134+
"has not removed files from the Processing folder.\n\n" +
135+
"(Defender sometimes flags parts of Processing as malware.\n" +
136+
"It is not, but Microsoft has ignored our pleas for help.)", t);
137137
}
138138
}
139139
Messages.showTrace("Unknown Problem",

0 commit comments

Comments
 (0)