diff options
author | Merov Linden <merov@lindenlab.com> | 2011-10-05 14:57:19 -0700 |
---|---|---|
committer | Merov Linden <merov@lindenlab.com> | 2011-10-05 14:57:19 -0700 |
commit | d41f496510a2bc489efb9ae4479a70646eb989b8 (patch) | |
tree | d11fd42ebdafd26bd76231c3ae56ca22410b2d86 /indra/newview/llviewerinventory.cpp | |
parent | 00dc8b3982cf69dbe69b8c1913e701c37f22eba0 (diff) | |
parent | eda12bd009d8f71eb82b6e6238335a172d6e5fb0 (diff) |
EXP-1202 : pull from richard/viewer-experience-fui
Diffstat (limited to 'indra/newview/llviewerinventory.cpp')
-rw-r--r-- | indra/newview/llviewerinventory.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llviewerinventory.cpp b/indra/newview/llviewerinventory.cpp index f8ef81b9f4..aa54633099 100644 --- a/indra/newview/llviewerinventory.cpp +++ b/indra/newview/llviewerinventory.cpp @@ -142,7 +142,7 @@ public: mInventoryItemsDict["Female - Wow"] = LLTrans::getString("Female - Wow"); //common - mInventoryItemsDict["/bow1"] = LLTrans::getString("/bow1"); + mInventoryItemsDict["/bow"] = LLTrans::getString("/bow"); mInventoryItemsDict["/clap"] = LLTrans::getString("/clap"); mInventoryItemsDict["/count"] = LLTrans::getString("/count"); mInventoryItemsDict["/extinguish"] = LLTrans::getString("/extinguish"); |