diff options
| author | Mnikolenko Productengine <mnikolenko@productengine.com> | 2017-12-13 17:08:38 +0200 |
|---|---|---|
| committer | Mnikolenko Productengine <mnikolenko@productengine.com> | 2017-12-13 17:08:38 +0200 |
| commit | ae41f0497e17afb5c87bf9f10a21393fd36e3ffb (patch) | |
| tree | 3b3516eda3cf13077220b44bddb8d26403c8fbd8 | |
| parent | b309f058084d87744534adf647226b0a209a65f9 (diff) | |
MAINT-8085 'Edit Outfit' in "Appearance" continuously display "Loading...", when in this section no objects.
| -rw-r--r-- | indra/newview/llwearableitemslist.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llwearableitemslist.cpp b/indra/newview/llwearableitemslist.cpp index ee2270c323..5fb3d62445 100644 --- a/indra/newview/llwearableitemslist.cpp +++ b/indra/newview/llwearableitemslist.cpp @@ -645,7 +645,7 @@ LLWearableItemsList::LLWearableItemsList(const LLWearableItemsList::Params& p) setRightMouseDownCallback(boost::bind(&LLWearableItemsList::onRightClick, this, _2, _3)); } mWornIndicationEnabled = p.worn_indication_enabled; - setNoItemsCommentText(LLTrans::getString("LoadingData")); + setNoItemsCommentText(LLTrans::getString("NoneFound")); } // virtual |
