diff options
author | andreykproductengine <akleshchev@productengine.com> | 2015-06-19 16:21:50 +0300 |
---|---|---|
committer | andreykproductengine <akleshchev@productengine.com> | 2015-06-19 16:21:50 +0300 |
commit | e998f1427ff1cd0fbdfb7f69b39720e19ec0a7d0 (patch) | |
tree | 11be4d75392666389f311fd8a177584d57a3f2d3 /indra/newview/llpanelmaininventory.cpp | |
parent | 11b48840c7835d6849ea65cf4e88ecda329d0db2 (diff) |
MAINT-5274 missing inventory count
Diffstat (limited to 'indra/newview/llpanelmaininventory.cpp')
-rwxr-xr-x | indra/newview/llpanelmaininventory.cpp | 2 |
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); |