]> git.lizzy.rs Git - minetest.git/commitdiff
still a little fix!
authorPerttu Ahola <celeron55@gmail.com>
Tue, 15 Feb 2011 14:14:02 +0000 (16:14 +0200)
committerPerttu Ahola <celeron55@gmail.com>
Tue, 15 Feb 2011 14:14:02 +0000 (16:14 +0200)
src/main.cpp

index 452030a24454501c55f067c1e5676d540420f081..503439d104a8618cbeb1ef17b9c190c09884b364 100644 (file)
@@ -577,7 +577,7 @@ struct TextDestChat : public TextDest
                        std::wstring reply = L"Local: ";\r
 \r
                        reply += L"Local commands not yet supported. "\r
-                                       "Server prefix is \"/#\".";\r
+                                       L"Server prefix is \"/#\".";\r
                        \r
                        m_client->addChatMessage(reply);\r
                        return;\r