summaryrefslogtreecommitdiff
path: root/indra/newview/llinventorybridge.cpp
diff options
context:
space:
mode:
authorNyx (Neal Orman) <nyx@lindenlab.com>2009-11-12 19:16:01 -0500
committerNyx (Neal Orman) <nyx@lindenlab.com>2009-11-12 19:16:01 -0500
commit31ceac828920bac39c330ba1eb6b7f7d9cc918b1 (patch)
tree59809364cdabb1109900df582eb7278d5e187a76 /indra/newview/llinventorybridge.cpp
parent7f76507ddcae12795326efac31816ad829a34088 (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.cpp2
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);
}