diff options
| author | Paul Buetow <paul@buetow.org> | 2008-05-21 21:47:02 +0000 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2008-05-21 21:47:02 +0000 |
| commit | 70cacb6ee93b9f74b8a8ca5b003c88e35276d0b7 (patch) | |
| tree | 22ea3d581ce2829ee80e37e2c9fa24bbbd220b6f /sources/prefs/VSDefaultPrefs.java | |
| parent | 6fd1d5c225c70677ef40ec7d76111b849e5d7d75 (diff) | |
New brainstorm.
Diffstat (limited to 'sources/prefs/VSDefaultPrefs.java')
| -rw-r--r-- | sources/prefs/VSDefaultPrefs.java | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sources/prefs/VSDefaultPrefs.java b/sources/prefs/VSDefaultPrefs.java index e7334f0..de5583c 100644 --- a/sources/prefs/VSDefaultPrefs.java +++ b/sources/prefs/VSDefaultPrefs.java @@ -184,8 +184,8 @@ public class VSDefaultPrefs extends VSPrefs { public void fillDefaultLongs() { /* Simulation prefs */ - initLongUnit("message.sendingtime.min", 1000, "Min. Übertragungszeit", "ms"); - initLongUnit("message.sendingtime.max", 5000, "Max. Übertragungszeit", "ms"); + initLongUnit("message.sendingtime.min", 1000, "Minimale Übertragungszeit", "ms"); + initLongUnit("message.sendingtime.max", 5000, "Maximale Übertragungszeit", "ms"); } public void fillDefaultColors() { |
