diff options
author | Callum Prentice <callum@lindenlab.com> | 2023-08-21 10:19:57 -0700 |
---|---|---|
committer | Callum Prentice <callum@lindenlab.com> | 2023-08-21 10:19:57 -0700 |
commit | 2830d5c09e3bb3fb81752de9027bfbee5edd0cc7 (patch) | |
tree | 70236a9a37954a43bc9143c0333fdcb8bbc0c91f /indra/newview/skins/default/xui | |
parent | d3147517b4b0f0abc7e9f753eddb3a39343a2fa9 (diff) | |
parent | 42870208598a374628987b9f2504176b369b798b (diff) |
Merge remote-tracking branch 'origin/DRTVWR-567' into viewer_bulky_thumbs
Diffstat (limited to 'indra/newview/skins/default/xui')
-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" |