diff options
author | Andrey Kleshchev <andreykproductengine@lindenlab.com> | 2023-08-18 18:51:42 +0300 |
---|---|---|
committer | Andrey Kleshchev <andreykproductengine@lindenlab.com> | 2023-08-18 18:53:11 +0300 |
commit | d32e685d96e19be3711e09ab626203d248d3594b (patch) | |
tree | 338c065af93e5467276e15bbf3450277a7e4d72a /indra/newview/skins | |
parent | 4800e3e4164640bc98f92f9c50d2ab7b882f97a1 (diff) |
SL-19929 Small rework of a 'feature' notification
To make multiple parallel features possible
Diffstat (limited to 'indra/newview/skins')
-rw-r--r-- | indra/newview/skins/default/xui/en/floater_new_feature_notification.xml | 12 |
1 files changed, 9 insertions, 3 deletions
diff --git a/indra/newview/skins/default/xui/en/floater_new_feature_notification.xml b/indra/newview/skins/default/xui/en/floater_new_feature_notification.xml index 370a08f16a..5f0eeab71c 100644 --- a/indra/newview/skins/default/xui/en/floater_new_feature_notification.xml +++ b/indra/newview/skins/default/xui/en/floater_new_feature_notification.xml @@ -13,6 +13,13 @@ can_drag_on_left="false" can_minimize="false" can_close="false"> + <floater.string name="title_txt_inventory"> +New inventory features + </floater.string> + <floater.string name="description_txt_inventory"> +You can now add preview images to inventory items and view a folder in its own window. +Learn more in this [https://community.secondlife.com/blogs/entry/13637-new-features-inventory-item-preview-and-single-folder-view/ blogpost] + </floater.string> <text type="string" length="1" @@ -25,7 +32,7 @@ top="10" right="-10" name="title_txt"> -New inventory features +New feature </text> <text type="string" @@ -39,8 +46,7 @@ New inventory features right="-10" word_wrap="true" name="description_txt"> -You can now add preview images to inventory items and view a folder in its own window. -Learn more in this [https://community.secondlife.com/blogs/entry/13637-new-features-inventory-item-preview-and-single-folder-view/ blogpost] +Feature description </text> <button follows="bottom|left|right" |