fixing triple-negative error message to make it quadruple negative

This commit is contained in:
benfry
2005-04-14 20:03:21 +00:00
parent 7f1fd779df
commit 0074759586

View File

@@ -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;
}