summaryrefslogtreecommitdiff
path: root/src/gui/chat.h
diff options
context:
space:
mode:
authorPhilipp Sehmisch <tmw@crushnet.org>2008-04-14 10:49:46 +0000
committerPhilipp Sehmisch <tmw@crushnet.org>2008-04-14 10:49:46 +0000
commitae80df26873baa8d1f9b2994f961364318fd4fd8 (patch)
treeebb299a77b4f8e3e434fa10c012e052555557861 /src/gui/chat.h
parent64dad7886e22e24a52c260b5e7de5af1308b9b70 (diff)
downloadMana-ae80df26873baa8d1f9b2994f961364318fd4fd8.tar.gz
Mana-ae80df26873baa8d1f9b2994f961364318fd4fd8.tar.bz2
Mana-ae80df26873baa8d1f9b2994f961364318fd4fd8.tar.xz
Mana-ae80df26873baa8d1f9b2994f961364318fd4fd8.zip
Changed prefix of received whisper messages from "says:" to "whispers:"
Diffstat (limited to 'src/gui/chat.h')
-rw-r--r--src/gui/chat.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/chat.h b/src/gui/chat.h
index 7dd68604..30c8dba5 100644
--- a/src/gui/chat.h
+++ b/src/gui/chat.h
@@ -67,7 +67,7 @@ class ScrollArea;
*/
#define CAT_NORMAL ": "
#define CAT_IS ""
-#define CAT_WHISPER " says: "
+#define CAT_WHISPER " whispers: "
/** job dependend identifiers (?) */
#define SKILL_BASIC 0x0001