mirror of
https://github.com/processing/processing4.git
synced 2026-02-13 10:30:44 +01:00
change mode title to Java instead of Standard
This commit is contained in:
@@ -92,7 +92,7 @@ public class JavaMode extends Mode {
|
||||
|
||||
|
||||
public String getTitle() {
|
||||
return "Standard";
|
||||
return "Java";
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user