diff options
author | Mnikolenko Productengine <mnikolenko@productengine.com> | 2022-07-11 16:46:19 +0300 |
---|---|---|
committer | Mnikolenko Productengine <mnikolenko@productengine.com> | 2022-07-11 16:46:19 +0300 |
commit | caa5b92fb77f55360032a3dac10385c84b457cbf (patch) | |
tree | d8a1914098db44c18dee29f346697b3eab40770d /indra/newview/skins | |
parent | 6fc22df480d0c30531b66651a3afcdb44e66781c (diff) |
SL-17665 additional checks to avoid moving protected folders
Diffstat (limited to 'indra/newview/skins')
-rw-r--r-- | indra/newview/skins/default/xui/en/notifications.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/indra/newview/skins/default/xui/en/notifications.xml b/indra/newview/skins/default/xui/en/notifications.xml index 0a3826123c..1ee0d9c64a 100644 --- a/indra/newview/skins/default/xui/en/notifications.xml +++ b/indra/newview/skins/default/xui/en/notifications.xml @@ -11663,7 +11663,7 @@ This Region does not support environmental settings. <notification icon="alertmodal.tga" - label="Save Outfit" + label="Save Environmental Settings" name="SaveSettingAs" type="alertmodal"> <unique/> @@ -11844,7 +11844,7 @@ Unpacking: [UNPACK_TIME]s [USIZE]KB <notification icon="alertmodal.tga" - label="Save Outfit" + label="Create subfolder" name="CreateSubfolder" type="alertmodal"> <unique/> |