diff options
| author | Paul Buetow <paul@buetow.org> | 2009-02-02 22:35:13 +0000 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2009-02-02 22:35:13 +0000 |
| commit | 849d24b005131a8072054cbe3fb2cf2ad2214f06 (patch) | |
| tree | 711223207e102d0dbed2f7e4cbaef69fd3314826 /sources/smstrade/SPrefs.java | |
| parent | c09bf2d2abeb34f4c2b9f926696757cee7b526ae (diff) | |
the program is in the english language now
Diffstat (limited to 'sources/smstrade/SPrefs.java')
| -rw-r--r-- | sources/smstrade/SPrefs.java | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/sources/smstrade/SPrefs.java b/sources/smstrade/SPrefs.java index 77182b7..1d35f8a 100644 --- a/sources/smstrade/SPrefs.java +++ b/sources/smstrade/SPrefs.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2008 Paul C. Buetow, smstrade@dev.buetow.org + * Copyright (c) 2008, 2009 Paul C. Buetow, smstrade@dev.buetow.org * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License @@ -50,13 +50,13 @@ public class SPrefs extends SFrame { private JButton okButton = new JButton("OK"); /** The save button */ - private JButton saveButton = new JButton("Speichern"); + private JButton saveButton = new JButton("Save"); /** * Instantiates a new SMain object. */ public SPrefs(Component parent, HashMap<String,String> options) { - super("Einstellungen", parent); + super("Preferences", parent); this.options = options; disposeWithParent(); @@ -101,7 +101,7 @@ public class SPrefs extends SFrame { save(); dispose(); - } else if (text.equals("Speichern")) { + } else if (text.equals("Save")) { save(); } } |
