summaryrefslogtreecommitdiff
path: root/indra/newview/llvoavatarself.cpp
diff options
context:
space:
mode:
authorLoren Shih <seraph@lindenlab.com>2010-03-18 10:19:18 -0400
committerLoren Shih <seraph@lindenlab.com>2010-03-18 10:19:18 -0400
commitc86f61fd313a9f64dd0f1c5d100f39d6a3cb8eb0 (patch)
treebd2064d723a9596b45ce2df3c33f0556cf01a681 /indra/newview/llvoavatarself.cpp
parent896b88063ed0e08362c9e277e7ef8aba5afef0db (diff)
parenta3a4235a8904cf4d6e565c82d5d90d8a64c15180 (diff)
automated merge viewer2.0->viewer2.0
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";