summaryrefslogtreecommitdiff
path: root/indra/newview/llpanelmaininventory.cpp
diff options
context:
space:
mode:
authorandreykproductengine <akleshchev@productengine.com>2015-06-19 16:21:50 +0300
committerandreykproductengine <akleshchev@productengine.com>2015-06-19 16:21:50 +0300
commite998f1427ff1cd0fbdfb7f69b39720e19ec0a7d0 (patch)
tree11be4d75392666389f311fd8a177584d57a3f2d3 /indra/newview/llpanelmaininventory.cpp
parent11b48840c7835d6849ea65cf4e88ecda329d0db2 (diff)
MAINT-5274 missing inventory count
Diffstat (limited to 'indra/newview/llpanelmaininventory.cpp')
-rwxr-xr-xindra/newview/llpanelmaininventory.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llpanelmaininventory.cpp b/indra/newview/llpanelmaininventory.cpp
index 7aaf9510eb..4229419fce 100755
--- a/indra/newview/llpanelmaininventory.cpp
+++ b/indra/newview/llpanelmaininventory.cpp
@@ -604,7 +604,7 @@ void LLPanelMainInventory::updateItemcountText()
}
else
{
- text = getString("ItemcountUnknown");
+ text = getString("ItemcountUnknown", string_args);
}
mCounterCtrl->setValue(text);