diff --git a/indra/newview/llinventoryfilter.cpp b/indra/newview/llinventoryfilter.cpp index 59297b97d95211419ccb4006b54b79affb4a9cfb..311a6b4fea1c09c3a9c7ef8b23fe0ac03b850dfc 100644 --- a/indra/newview/llinventoryfilter.cpp +++ b/indra/newview/llinventoryfilter.cpp @@ -74,7 +74,7 @@ LLInventoryFilter::FilterOps::FilterOps(const Params& p) LLInventoryFilter::LLInventoryFilter(const Params& p) : mName(p.name), mFilterModified(FILTER_NONE), - mEmptyLookupMessage("InventoryNoMatchingItems"), + mEmptyLookupMessage(LLTrans::getString("InventoryNoMatchingItems")), mDefaultEmptyLookupMessage(""), mFilterOps(p.filter_ops), mBackupFilterOps(mFilterOps),