summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYohann Ferreira <yohann_dot_ferreira_at_orange_dot_efer>2011-06-23 05:10:43 +0200
committerYohann Ferreira <yohann_dot_ferreira_at_orange_dot_efer>2011-06-23 05:10:43 +0200
commit31f5173943e02271022cdc42ecc530fcfccb3d13 (patch)
treec1b2a66b5cdc53927e7fa1683434eed156c72335
parenta3e5eadaa503e16a4e02af40f1d36a2bb0b5c243 (diff)
downloadmana-client-31f5173943e02271022cdc42ecc530fcfccb3d13.tar.gz
mana-client-31f5173943e02271022cdc42ecc530fcfccb3d13.tar.bz2
mana-client-31f5173943e02271022cdc42ecc530fcfccb3d13.tar.xz
mana-client-31f5173943e02271022cdc42ecc530fcfccb3d13.zip
Fixed type in the guildhandler message as reported by Der Loisl.
Thanks for the report. :) Resolves: Mana-issue: 367.
-rw-r--r--src/net/tmwa/guildhandler.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/net/tmwa/guildhandler.cpp b/src/net/tmwa/guildhandler.cpp
index 1ff2f22a..00167d61 100644
--- a/src/net/tmwa/guildhandler.cpp
+++ b/src/net/tmwa/guildhandler.cpp
@@ -293,7 +293,7 @@ void GuildHandler::handleMessage(Net::MessageIn &msg)
switch (flag)
{
case 0:
- guildTab->chatLog(_("Could not inivte user to guild."),
+ guildTab->chatLog(_("Could not invite user to guild."),
BY_SERVER);
break;