added translation of notice after 'saving as'

This commit is contained in:
mtsio
2015-01-10 00:18:23 +02:00
parent a2f15854f3
commit 7032887e12

View File

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