diff options
author | Loren Shih <seraph@lindenlab.com> | 2010-03-18 10:19:18 -0400 |
---|---|---|
committer | Loren Shih <seraph@lindenlab.com> | 2010-03-18 10:19:18 -0400 |
commit | c86f61fd313a9f64dd0f1c5d100f39d6a3cb8eb0 (patch) | |
tree | bd2064d723a9596b45ce2df3c33f0556cf01a681 /indra/newview/llpanelobjectinventory.cpp | |
parent | 896b88063ed0e08362c9e277e7ef8aba5afef0db (diff) | |
parent | a3a4235a8904cf4d6e565c82d5d90d8a64c15180 (diff) |
automated merge viewer2.0->viewer2.0
Diffstat (limited to 'indra/newview/llpanelobjectinventory.cpp')
-rw-r--r-- | indra/newview/llpanelobjectinventory.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llpanelobjectinventory.cpp b/indra/newview/llpanelobjectinventory.cpp index 9e92ee337f..7505581904 100644 --- a/indra/newview/llpanelobjectinventory.cpp +++ b/indra/newview/llpanelobjectinventory.cpp @@ -1578,7 +1578,7 @@ void LLPanelObjectInventory::reset() p.title = "task inventory"; p.task_id = getTaskUUID(); p.parent_panel = this; - p.tool_tip= p.name; + p.tool_tip= LLTrans::getString("PanelContentsTooltip"); mFolders = LLUICtrlFactory::create<LLFolderView>(p); // this ensures that we never say "searching..." or "no items found" mFolders->getFilter()->setShowFolderState(LLInventoryFilter::SHOW_ALL_FOLDERS); |