summaryrefslogtreecommitdiff
path: root/sources/core/VSMessage.java
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2022-04-03 20:04:57 +0100
committerPaul Buetow <paul@buetow.org>2022-04-03 20:53:17 +0100
commite1ab7f751de9ccfd703931016371a95e8208ffb4 (patch)
tree25a6f2797d786c6169d3d012c3018c0aa411ae91 /sources/core/VSMessage.java
parentdc9500c513173a0f527e5edc7a8e9c26f1acd99a (diff)
reformatted with astyleds-sim
Diffstat (limited to 'sources/core/VSMessage.java')
-rw-r--r--sources/core/VSMessage.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/sources/core/VSMessage.java b/sources/core/VSMessage.java
index 28e1b84..a7b48e6 100644
--- a/sources/core/VSMessage.java
+++ b/sources/core/VSMessage.java
@@ -151,7 +151,7 @@ public class VSMessage extends VSPrefs {
buffer.append("ID: ");
buffer.append(messageID);
buffer.append("; ");
- buffer.append(prefs.getString("lang.en.protocol"));
+ buffer.append(prefs.getString("lang.protocol"));
buffer.append(": ");
buffer.append(VSRegisteredEvents.getShortnameByClassname(
getProtocolClassname()));