diff options
author | Andrei Karas <akaras@inbox.ru> | 2011-01-14 18:39:51 +0200 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2011-01-14 18:39:51 +0200 |
commit | edda37acb9d66f2751ef712c83dced62428fa685 (patch) | |
tree | 8d42df67eb173c05b3cdba1b8a052cb40371baff /src/gui/chat.cpp | |
parent | 0314ef843a8d539b8d9e90de45e65597f06e1497 (diff) | |
download | plus-edda37acb9d66f2751ef712c83dced62428fa685.tar.gz plus-edda37acb9d66f2751ef712c83dced62428fa685.tar.bz2 plus-edda37acb9d66f2751ef712c83dced62428fa685.tar.xz plus-edda37acb9d66f2751ef712c83dced62428fa685.zip |
Translate chat colors.
Diffstat (limited to 'src/gui/chat.cpp')
-rw-r--r-- | src/gui/chat.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/chat.cpp b/src/gui/chat.cpp index 3ffa018c3..ca0f11551 100644 --- a/src/gui/chat.cpp +++ b/src/gui/chat.cpp @@ -120,7 +120,7 @@ public: if (i >= getNumberOfElements() || i < 0) return _("???"); - return COLOR_NAME[i]; + return gettext(COLOR_NAME[i]); } }; |