diff options
author | Nyx (Neal Orman) <nyx@lindenlab.com> | 2009-11-12 19:16:01 -0500 |
---|---|---|
committer | Nyx (Neal Orman) <nyx@lindenlab.com> | 2009-11-12 19:16:01 -0500 |
commit | 31ceac828920bac39c330ba1eb6b7f7d9cc918b1 (patch) | |
tree | 59809364cdabb1109900df582eb7278d5e187a76 /indra/newview/llinventorybridge.cpp | |
parent | 7f76507ddcae12795326efac31816ad829a34088 (diff) |
EXT-1796 right click menu has "take off items" for gestures
renamed "take off items" to "remove from outfit"
Code reviewed by Seraph
Diffstat (limited to 'indra/newview/llinventorybridge.cpp')
-rw-r--r-- | indra/newview/llinventorybridge.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llinventorybridge.cpp b/indra/newview/llinventorybridge.cpp index 1bc9297bba..12fb580825 100644 --- a/indra/newview/llinventorybridge.cpp +++ b/indra/newview/llinventorybridge.cpp @@ -2404,7 +2404,7 @@ void LLFolderBridge::folderOptionsMenu() {
mItems.push_back(std::string("Wear As Ensemble"));
}
- mItems.push_back(std::string("Take Off Items"));
+ mItems.push_back(std::string("Remove From Outfit"));
}
hide_context_entries(*mMenu, mItems, disabled_items);
}
|