From 2d5fa7a732661f97b028ddcbabdd4fb3ba825a52 Mon Sep 17 00:00:00 2001
From: andreykproductengine <andreykproductengine@lindenlab.com>
Date: Wed, 26 Sep 2018 20:33:26 +0300
Subject: SL-1825 EEP - default description should be empty

---
 indra/newview/llsettingsvo.cpp | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/indra/newview/llsettingsvo.cpp b/indra/newview/llsettingsvo.cpp
index 26b0bcb5a3..8d66004ddb 100644
--- a/indra/newview/llsettingsvo.cpp
+++ b/indra/newview/llsettingsvo.cpp
@@ -114,7 +114,7 @@ void LLSettingsVOBase::createNewInventoryItem(LLSettingsType::type_e stype, cons
 
     create_inventory_settings(gAgent.getID(), gAgent.getSessionID(),
         parent_id, LLTransactionID::tnull,
-        LLSettingsType::getDefaultName(stype), "new settings collection.",
+        LLSettingsType::getDefaultName(stype), "",
         stype, nextOwnerPerm, cb);
 }
 
@@ -143,7 +143,7 @@ void LLSettingsVOBase::createInventoryItem(const LLSettingsBase::ptr_t &settings
     }
     create_inventory_settings(gAgent.getID(), gAgent.getSessionID(),
         parent_id, tid,
-        settings_name, "new settings collection.",
+        settings_name, "",
         settings->getSettingsTypeValue(), nextOwnerPerm, cb);
 }
 
-- 
cgit v1.2.3