summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/main.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.cpp b/src/main.cpp
index 452030a24..503439d10 100644
--- a/src/main.cpp
+++ b/src/main.cpp
@@ -577,7 +577,7 @@ struct TextDestChat : public TextDest
std::wstring reply = L"Local: ";
reply += L"Local commands not yet supported. "
- "Server prefix is \"/#\".";
+ L"Server prefix is \"/#\".";
m_client->addChatMessage(reply);
return;