MAINT-5274 missing inventory count
parent
11b48840c7
commit
e998f1427f
|
|
@ -604,7 +604,7 @@ void LLPanelMainInventory::updateItemcountText()
|
|||
}
|
||||
else
|
||||
{
|
||||
text = getString("ItemcountUnknown");
|
||||
text = getString("ItemcountUnknown", string_args);
|
||||
}
|
||||
|
||||
mCounterCtrl->setValue(text);
|
||||
|
|
|
|||
|
|
@ -21,7 +21,7 @@
|
|||
</panel.string>
|
||||
<panel.string
|
||||
name="ItemcountUnknown">
|
||||
|
||||
Fetched [ITEM_COUNT] Items [FILTER]
|
||||
</panel.string>
|
||||
<text
|
||||
type="string"
|
||||
|
|
|
|||
Loading…
Reference in New Issue