Skip to content
Snippets Groups Projects
Commit 729a8d1a authored by Vadim ProductEngine's avatar Vadim ProductEngine
Browse files

STORM-1554 FIXED Fixed typo in a gesture name.

parent c7b6a257
No related branches found
No related tags found
No related merge requests found
...@@ -141,7 +141,7 @@ class LLLocalizedInventoryItemsDictionary : public LLSingleton<LLLocalizedInvent ...@@ -141,7 +141,7 @@ class LLLocalizedInventoryItemsDictionary : public LLSingleton<LLLocalizedInvent
mInventoryItemsDict["Female - Wow"] = LLTrans::getString("Female - Wow"); mInventoryItemsDict["Female - Wow"] = LLTrans::getString("Female - Wow");
//common //common
mInventoryItemsDict["/bow"] = LLTrans::getString("/bow"); mInventoryItemsDict["/bow1"] = LLTrans::getString("/bow1");
mInventoryItemsDict["/clap"] = LLTrans::getString("/clap"); mInventoryItemsDict["/clap"] = LLTrans::getString("/clap");
mInventoryItemsDict["/count"] = LLTrans::getString("/count"); mInventoryItemsDict["/count"] = LLTrans::getString("/count");
mInventoryItemsDict["/extinguish"] = LLTrans::getString("/extinguish"); mInventoryItemsDict["/extinguish"] = LLTrans::getString("/extinguish");
......
...@@ -3414,7 +3414,7 @@ Abuse Report</string> ...@@ -3414,7 +3414,7 @@ Abuse Report</string>
<string name="Female - Stick tougue out">Female - Stick tougue out</string> <string name="Female - Stick tougue out">Female - Stick tougue out</string>
<string name="Female - Wow">Female - Wow</string> <string name="Female - Wow">Female - Wow</string>
<string name="/bow">/bow</string> <string name="/bow1">/bow1</string>
<string name="/clap">/clap</string> <string name="/clap">/clap</string>
<string name="/count">/count</string> <string name="/count">/count</string>
<string name="/extinguish">/extinguish</string> <string name="/extinguish">/extinguish</string>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment