summaryrefslogtreecommitdiff
path: root/indra/newview/llpreviewgesture.cpp
diff options
context:
space:
mode:
authorJonathan Yap <none@none>2011-01-07 13:12:39 -0500
committerJonathan Yap <none@none>2011-01-07 13:12:39 -0500
commitc692b2bdb2e7c768649b4991f09d8dbc6f16fbc4 (patch)
tree0ea57ecb79f1292b989a57bdf7a3a61a0a8c2d01 /indra/newview/llpreviewgesture.cpp
parent09c01c4e925833873a83665fe0642637b65e547e (diff)
STORM-435 There is no space between name of object and value of object in Chat step while creating new gesture
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")
{