Skip to content
Snippets Groups Projects
Commit 24d95dc0 authored by Mike Antipov's avatar Mike Antipov
Browse files

Fixed normal task EXT-6021 [HARD CODED] Bubble shown when you mouseover on...

Fixed normal task EXT-6021 	[HARD CODED] Bubble shown when you mouseover on script within Contents is in EN (task inventory)
* Added new string name="PanelContentsTooltip into strings.xml
* Set this tooltip to LLFolderView inside the Build Tool

Note: Fix for localization of default "New Script" name will be fixed in the EXT-5839.

Reviewed by Richard Nelson at https://codereview.productengine.com/secondlife/r/43/

--HG--
branch : product-engine
parent 38ab25ae
No related branches found
No related tags found
No related merge requests found
...@@ -1578,7 +1578,7 @@ void LLPanelObjectInventory::reset() ...@@ -1578,7 +1578,7 @@ void LLPanelObjectInventory::reset()
p.title = "task inventory"; p.title = "task inventory";
p.task_id = getTaskUUID(); p.task_id = getTaskUUID();
p.parent_panel = this; p.parent_panel = this;
p.tool_tip= p.name; p.tool_tip= LLTrans::getString("PanelContentsTooltip");
mFolders = LLUICtrlFactory::create<LLFolderView>(p); mFolders = LLUICtrlFactory::create<LLFolderView>(p);
// this ensures that we never say "searching..." or "no items found" // this ensures that we never say "searching..." or "no items found"
mFolders->getFilter()->setShowFolderState(LLInventoryFilter::SHOW_ALL_FOLDERS); mFolders->getFilter()->setShowFolderState(LLInventoryFilter::SHOW_ALL_FOLDERS);
......
...@@ -2121,6 +2121,7 @@ Clears (deletes) the media and all params from the given face. ...@@ -2121,6 +2121,7 @@ Clears (deletes) the media and all params from the given face.
<!-- panel contents --> <!-- panel contents -->
<string name="PanelContentsNewScript">New Script</string> <string name="PanelContentsNewScript">New Script</string>
<string name="PanelContentsTooltip">Content of object</string>
<!-- panel preferences general --> <!-- panel preferences general -->
<string name="BusyModeResponseDefault">The Resident you messaged is in &apos;busy mode&apos; which means they have requested not to be disturbed. Your message will still be shown in their IM panel for later viewing.</string> <string name="BusyModeResponseDefault">The Resident you messaged is in &apos;busy mode&apos; which means they have requested not to be disturbed. Your message will still be shown in their IM panel for later viewing.</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