summaryrefslogtreecommitdiff
path: root/indra/newview
diff options
context:
space:
mode:
authorMnikolenko Productengine <mnikolenko@productengine.com>2017-12-13 17:08:38 +0200
committerMnikolenko Productengine <mnikolenko@productengine.com>2017-12-13 17:08:38 +0200
commitae41f0497e17afb5c87bf9f10a21393fd36e3ffb (patch)
tree3b3516eda3cf13077220b44bddb8d26403c8fbd8 /indra/newview
parentb309f058084d87744534adf647226b0a209a65f9 (diff)
MAINT-8085 'Edit Outfit' in "Appearance" continuously display "Loading...", when in this section no objects.
Diffstat (limited to 'indra/newview')
-rw-r--r--indra/newview/llwearableitemslist.cpp2
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