diff options
author | Dessie Linden <dessie@lindenlab.com> | 2010-07-08 08:03:44 -0700 |
---|---|---|
committer | Dessie Linden <dessie@lindenlab.com> | 2010-07-08 08:03:44 -0700 |
commit | 9cbcad18af8e427e392f749e57ac747c06592c4b (patch) | |
tree | 81fd1a3b3ce43f29a1f5d6e0925b288eeff2b090 /indra/newview/llcofwearables.cpp | |
parent | f6ac20860fb5110571802dd0a5ac76d236855ba7 (diff) | |
parent | ca5e05a5c763b8eba3c6441f0f931af27cc89542 (diff) |
Merged from viewer-release
Diffstat (limited to 'indra/newview/llcofwearables.cpp')
-rw-r--r-- | indra/newview/llcofwearables.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llcofwearables.cpp b/indra/newview/llcofwearables.cpp index d83706de52..8fdbdd08bf 100644 --- a/indra/newview/llcofwearables.cpp +++ b/indra/newview/llcofwearables.cpp @@ -80,7 +80,7 @@ protected: // Set proper label for the "Create new <WEARABLE_TYPE>" menu item. LLStringUtil::format_map_t args; - args["[WEARABLE_TYPE]"] = LLWearableType::getTypeDefaultNewName(w_type); + args["[WEARABLE_TYPE]"] = LLTrans::getString(LLWearableType::getTypeDefaultNewName(w_type)); std::string new_label = LLTrans::getString("CreateNewWearable", args); menu_item->setLabel(new_label); } |