mirror of
https://github.com/processing/processing4.git
synced 2026-02-19 13:25:35 +01:00
added basic prompt messages
This commit is contained in:
@@ -677,7 +677,7 @@ public class JavaEditor extends Editor {
|
||||
*/
|
||||
protected boolean handleExportCheckModified() {
|
||||
if (sketch.isModified()) {
|
||||
Object[] options = { "OK", "Cancel" };
|
||||
Object[] options = { Language.text("prompt.ok"), Language.text("prompt.cancel") };
|
||||
int result = JOptionPane.showOptionDialog(this,
|
||||
"Save changes before export?",
|
||||
"Save",
|
||||
|
||||
Reference in New Issue
Block a user