summaryrefslogtreecommitdiff
path: root/indra/newview/llvoavatarself.cpp
diff options
context:
space:
mode:
authorTofu Linden <tofu.linden@lindenlab.com>2010-03-17 19:05:33 +0000
committerTofu Linden <tofu.linden@lindenlab.com>2010-03-17 19:05:33 +0000
commit0a35c31e51cbb2f407d87db14d40a08a91963c81 (patch)
treee3a6f7e3c512850f05bf66ffb89c4113d63d223f /indra/newview/llvoavatarself.cpp
parentc17152c21eff9a165c92c8bf07678c4bca1c8a99 (diff)
parent03f58118ce4c367bffe26ffc968a529e81331d4b (diff)
PE merge
Diffstat (limited to 'indra/newview/llvoavatarself.cpp')
-rw-r--r--indra/newview/llvoavatarself.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llvoavatarself.cpp b/indra/newview/llvoavatarself.cpp
index 32c24b3ebd..98ca76ed01 100644
--- a/indra/newview/llvoavatarself.cpp
+++ b/indra/newview/llvoavatarself.cpp
@@ -489,7 +489,7 @@ BOOL LLVOAvatarSelf::buildMenus()
{
LLMenuItemCallGL::Params item_params;
item_params.name = attachment->getName();
- item_params.label = attachment->getName();
+ item_params.label = LLTrans::getString(attachment->getName());
item_params.on_click.function_name = "Object.AttachToAvatar";
item_params.on_click.parameter = attach_index;
item_params.on_enable.function_name = "Object.EnableWear";