MAINT-5274 missing inventory count

master
andreykproductengine 2015-06-19 16:21:50 +03:00
parent 11b48840c7
commit e998f1427f
2 changed files with 2 additions and 2 deletions

View File

@ -604,7 +604,7 @@ void LLPanelMainInventory::updateItemcountText()
}
else
{
text = getString("ItemcountUnknown");
text = getString("ItemcountUnknown", string_args);
}
mCounterCtrl->setValue(text);

View File

@ -21,7 +21,7 @@
</panel.string>
<panel.string
name="ItemcountUnknown">
Fetched [ITEM_COUNT] Items [FILTER]
</panel.string>
<text
type="string"