From 849d24b005131a8072054cbe3fb2cf2ad2214f06 Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Mon, 2 Feb 2009 22:35:13 +0000 Subject: the program is in the english language now --- sources/smstrade/SPrefs.java | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'sources/smstrade/SPrefs.java') 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 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(); } } -- cgit v1.2.3