diff options
author | Jonathan Yap <none@none> | 2011-01-07 13:12:39 -0500 |
---|---|---|
committer | Jonathan Yap <none@none> | 2011-01-07 13:12:39 -0500 |
commit | c692b2bdb2e7c768649b4991f09d8dbc6f16fbc4 (patch) | |
tree | 0ea57ecb79f1292b989a57bdf7a3a61a0a8c2d01 /indra/newview/skins | |
parent | 09c01c4e925833873a83665fe0642637b65e547e (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/skins')
-rw-r--r-- | indra/newview/skins/default/xui/en/strings.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/skins/default/xui/en/strings.xml b/indra/newview/skins/default/xui/en/strings.xml index 752bb6ed3a..8f356e4169 100644 --- a/indra/newview/skins/default/xui/en/strings.xml +++ b/indra/newview/skins/default/xui/en/strings.xml @@ -1948,7 +1948,7 @@ Requests name of an avatar. When data is available the dataserver event will be <!-- Gestures labels --> <!-- use value="" because they have preceding spaces --> - <string name="Chat" value=" Chat : " /> + <string name="Chat Message" value=" Chat : " /> <string name="Sound" value=" Sound : " /> <string name="Wait" value=" --- Wait : " /> <string name="AnimFlagStop" value=" Stop Animation : " /> |