mirror of
https://github.com/processing/processing4.git
synced 2026-02-13 02:20:45 +01:00
added translation of notice after 'saving as'
This commit is contained in:
@@ -90,7 +90,7 @@ public class ProgressFrame extends JFrame implements PropertyChangeListener {
|
||||
// to close the progress bar automatically when done, and to
|
||||
// print that Saving is done in Message Area
|
||||
|
||||
editor.statusNotice("Done Saving.");
|
||||
editor.statusNotice(Language.text("editor.status.saving.done"));
|
||||
ProgressFrame.this.closeProgressBar();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user