mirror of
https://github.com/processing/processing4.git
synced 2026-02-13 10:30:44 +01:00
fixing triple-negative error message to make it quadruple negative
This commit is contained in:
@@ -669,8 +669,8 @@ public class PdeSketch {
|
||||
// make sure the paths aren't the same
|
||||
if (newFolder.equals(folder)) {
|
||||
PdeBase.showWarning("You can't fool me",
|
||||
"The new sketch name and location are the same\n" +
|
||||
"as the old. I ain't not doin nuthin'.", null);
|
||||
"The new sketch name and location are the same as\n" +
|
||||
"the old. I ain't not doin nuthin' not now.", null);
|
||||
return false;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user