Skip to content
Snippets Groups Projects
Commit b0caa632 authored by simon@Simon-PC.lindenlab.com's avatar simon@Simon-PC.lindenlab.com
Browse files

MAINT-840 VWR-28604 DEV-2548: [PUBLIC]Object by multiple creators shows creator

as "(unknown)" in Inventory.   Now shows "(unknown / multiple)".  Reviewed by Kelly
parent c559e3d6
No related branches found
No related tags found
No related merge requests found
...@@ -352,7 +352,7 @@ void LLSidepanelItemInfo::refreshFromItem(LLViewerInventoryItem* item) ...@@ -352,7 +352,7 @@ void LLSidepanelItemInfo::refreshFromItem(LLViewerInventoryItem* item)
getChildView("BtnCreator")->setEnabled(FALSE); getChildView("BtnCreator")->setEnabled(FALSE);
getChildView("LabelCreatorTitle")->setEnabled(FALSE); getChildView("LabelCreatorTitle")->setEnabled(FALSE);
getChildView("LabelCreatorName")->setEnabled(FALSE); getChildView("LabelCreatorName")->setEnabled(FALSE);
getChild<LLUICtrl>("LabelCreatorName")->setValue(getString("unknown")); getChild<LLUICtrl>("LabelCreatorName")->setValue(getString("unknown_multiple"));
} }
//////////////// ////////////////
......
...@@ -11,6 +11,10 @@ ...@@ -11,6 +11,10 @@
name="unknown"> name="unknown">
(unknown) (unknown)
</panel.string> </panel.string>
<panel.string
name="unknown_multiple">
(unknown / multiple)
</panel.string>
<panel.string <panel.string
name="public"> name="public">
(public) (public)
......
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