diff options
author | Philipp Sehmisch <tmw@crushnet.org> | 2008-04-14 10:49:46 +0000 |
---|---|---|
committer | Philipp Sehmisch <tmw@crushnet.org> | 2008-04-14 10:49:46 +0000 |
commit | ae80df26873baa8d1f9b2994f961364318fd4fd8 (patch) | |
tree | ebb299a77b4f8e3e434fa10c012e052555557861 /src/gui/chat.h | |
parent | 64dad7886e22e24a52c260b5e7de5af1308b9b70 (diff) | |
download | mana-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.h | 2 |
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 |