summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2011-01-14 18:39:51 +0200
committerAndrei Karas <akaras@inbox.ru>2011-01-14 18:39:51 +0200
commitedda37acb9d66f2751ef712c83dced62428fa685 (patch)
tree8d42df67eb173c05b3cdba1b8a052cb40371baff
parent0314ef843a8d539b8d9e90de45e65597f06e1497 (diff)
downloadplus-edda37acb9d66f2751ef712c83dced62428fa685.tar.gz
plus-edda37acb9d66f2751ef712c83dced62428fa685.tar.bz2
plus-edda37acb9d66f2751ef712c83dced62428fa685.tar.xz
plus-edda37acb9d66f2751ef712c83dced62428fa685.zip
Translate chat colors.
-rw-r--r--src/gui/chat.cpp2
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]);
}
};