From ff0c70b54edbbe3436583d6491d4a56d96302de5 Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Sat, 17 Jan 2009 14:29:28 +0000 Subject: added initial multiple langua support. --- sources/core/VSMessage.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sources/core/VSMessage.java') diff --git a/sources/core/VSMessage.java b/sources/core/VSMessage.java index 8703b6f..eca2001 100644 --- a/sources/core/VSMessage.java +++ b/sources/core/VSMessage.java @@ -177,7 +177,7 @@ public class VSMessage extends VSPrefs { buffer.append("ID: "); buffer.append(messageID); buffer.append("; "); - buffer.append(prefs.getString("lang.protocol")); + buffer.append(prefs.getString("lang.en.protocol")); buffer.append(": "); buffer.append(VSRegisteredEvents.getShortnameByClassname( getProtocolClassname())); -- cgit v1.2.3