diff options
| author | Tofu Linden <tofu.linden@lindenlab.com> | 2010-07-08 10:14:00 +0100 |
|---|---|---|
| committer | Tofu Linden <tofu.linden@lindenlab.com> | 2010-07-08 10:14:00 +0100 |
| commit | ca5e05a5c763b8eba3c6441f0f931af27cc89542 (patch) | |
| tree | db0e22ff1e82f81edb822ee454b0fb130cf8ee3d /indra/newview/llcofwearables.cpp | |
| parent | b9248bddec805a388772adb38ee707f1307861a6 (diff) | |
| parent | 27b3005b788b969005f8b942024aacd29d16a674 (diff) | |
merge from PE's viewer-public
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); } |
