diff options
| author | Paul Buetow <paul@buetow.org> | 2009-01-17 14:29:28 +0000 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2009-01-17 14:29:28 +0000 |
| commit | ff0c70b54edbbe3436583d6491d4a56d96302de5 (patch) | |
| tree | 2b63fc15e30d953e043018fc0c0aa2be54af94f1 /sources/core/VSInternalProcess.java | |
| parent | b5e0d976418e3373b3d518a1ca01fc542a2fe602 (diff) | |
added initial multiple langua support.
Diffstat (limited to 'sources/core/VSInternalProcess.java')
| -rw-r--r-- | sources/core/VSInternalProcess.java | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/sources/core/VSInternalProcess.java b/sources/core/VSInternalProcess.java index 2ccc494..01e23d0 100644 --- a/sources/core/VSInternalProcess.java +++ b/sources/core/VSInternalProcess.java @@ -24,15 +24,12 @@ package core; import java.awt.*; -//import java.io.*; -//import java.util.*; import core.time.*; import events.*; import events.implementations.*; import prefs.*; import protocols.*; -//import serialize.*; import simulator.*; import utils.*; @@ -337,7 +334,7 @@ public class VSInternalProcess extends VSAbstractProcess { */ public synchronized void sendMessage(VSMessage message) { StringBuffer buffer = new StringBuffer(); - buffer.append(prefs.getString("lang.message.sent")); + buffer.append(prefs.getString("lang.en.message.sent")); buffer.append("; "); buffer.append(message.toStringFull()); log(buffer.toString()); |
