change "method" to "function" in a few error messages (fixes #3225)

This commit is contained in:
Ben Fry
2015-04-27 16:21:15 -04:00
parent 6d82b34eb5
commit 151d7f3998
2 changed files with 9 additions and 7 deletions
+3 -3
View File
@@ -341,9 +341,9 @@ editor.status.missing.closing_curly_bracket = Missing closing curly bracket
editor.status.missing.add = Consider adding a
editor.status.reserved_words = "color" and "int" are reserved words & cannot be used as variable names
# methoddef, varname, classname, namefield, typeA, typeB will be replaced with the correct value during runtime (don't translate)
editor.status.undefined_method = The method methoddef does not exist
editor.status.empty_param = The method methoddef does not expect any parameters
editor.status.wrong_param = The method methoddef expects parameters like this:
editor.status.undefined_method = The function methoddef does not exist
editor.status.empty_param = The function methoddef does not expect any parameters
editor.status.wrong_param = The function methoddef expects parameters like this:
editor.status.undef_global_var = The global variable varname does not exist
editor.status.undef_class = The class classname does not exist
editor.status.undef_var = The variable varname does not exist
+6 -4
View File
@@ -1,14 +1,16 @@
0235 (3.0a8)
X Change "method" to "function" in a few error messages
X https://github.com/processing/processing/issues/3225
X Unable to install "processing-java"
X https://github.com/processing/processing/issues/3224
X also update the Windows and Linux versions
_ Unable to install "processing-java"
_ https://github.com/processing/processing/issues/3224
_ also update the Windows and Linux versions
_ "Your sketch has been modified externally..." appears erroneously
_ https://github.com/processing/processing/issues/3222
_ Error message changes from "function" to "method"
_ https://github.com/processing/processing/issues/3225
_ move to launch4j 3.7 http://launch4j.sourceforge.net/
_ move processing-java inside the Java Mode?
_ make a Tool that installs it for all platforms, not just OS X