diff options
author | Andrey Kleshchev <andreykproductengine@lindenlab.com> | 2024-05-31 17:49:01 +0300 |
---|---|---|
committer | Andrey Kleshchev <117672381+akleshchev@users.noreply.github.com> | 2024-06-01 09:30:27 +0300 |
commit | bd9add8fc77d7f39cb7c81972f72adbc3e6b5464 (patch) | |
tree | 1dc4b385268789d85c2a96d8343b32d48c6e7d33 /indra/newview/skins/default | |
parent | 3f150fbcf19cdfa205da1576386edc6ef2db1bda (diff) |
viewer#1595 Add a prompt to confirm deleting an 'auto raplace' list
But only if there is anything of value in the list
Diffstat (limited to 'indra/newview/skins/default')
-rw-r--r-- | indra/newview/skins/default/xui/en/notifications.xml | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/indra/newview/skins/default/xui/en/notifications.xml b/indra/newview/skins/default/xui/en/notifications.xml index ed040bf50d..ffd7b41d66 100644 --- a/indra/newview/skins/default/xui/en/notifications.xml +++ b/indra/newview/skins/default/xui/en/notifications.xml @@ -3135,6 +3135,29 @@ Would you be my friend? <notification icon="alertmodal.tga" + label="Rename Auto-Replace List" + name="RemoveAutoReplaceList" + type="alertmodal"> +'[LIST_NAME]' contains [MAP_SIZE] entries. + +Are you sure you want to delete this list? + <tag>confirm</tag> + <form name="form"> + <button + default="true" + index="1" + name="DeleteList" + text="Delete"/> + <button + default="false" + index="0" + name="Cancel" + text="Cancel"/> + </form> + </notification> + + <notification + icon="alertmodal.tga" name="InvalidAutoReplaceEntry" type="alertmodal"> The keyword must be a single word, and the replacement may not be empty. |