summaryrefslogtreecommitdiff
path: root/indra/newview/llpreviewgesture.cpp
diff options
context:
space:
mode:
authorLoren Shih <seraph@lindenlab.com>2011-02-03 10:32:05 -0500
committerLoren Shih <seraph@lindenlab.com>2011-02-03 10:32:05 -0500
commit957b8b15e1dc799c6f9b1c8dd42903f4c3f911f8 (patch)
treed9c99b4ea080a97ae6506bcec4c9859ea989271e /indra/newview/llpreviewgesture.cpp
parent5bd5d918caa63338a678e2c94db9195f77867e8a (diff)
parentb15b43b14e2e2d1afd602e3c7e3cfbfb15716a03 (diff)
Automated merge up from viewer-development into mesh-development
Diffstat (limited to 'indra/newview/llpreviewgesture.cpp')
-rw-r--r--indra/newview/llpreviewgesture.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llpreviewgesture.cpp b/indra/newview/llpreviewgesture.cpp
index 16284d1a7e..8e5beb33ce 100644
--- a/indra/newview/llpreviewgesture.cpp
+++ b/indra/newview/llpreviewgesture.cpp
@@ -1597,7 +1597,7 @@ std::string LLPreviewGesture::getLabel(std::vector<std::string> labels)
if(v_labels[0]=="Chat")
{
- result=LLTrans::getString("Chat");
+ result=LLTrans::getString("Chat Message");
}
else if(v_labels[0]=="Sound")
{