diff options
author | Andrey Kleshchev <andreykproductengine@lindenlab.com> | 2024-09-24 20:23:06 +0300 |
---|---|---|
committer | Andrey Kleshchev <117672381+akleshchev@users.noreply.github.com> | 2024-09-25 09:38:54 +0300 |
commit | d73395a0aa8ab4d2bb4623487be106690714524e (patch) | |
tree | 160b8fd706a89dfc4047f762f54a4f9849e7f4f3 | |
parent | cd8b0a4fc9062e2ea03c41c7c83dbbfde0755d8c (diff) |
viewer#2413 Add 'ignore' checkbox to expiring voice morphs
-rw-r--r-- | indra/newview/skins/default/xui/en/notifications.xml | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/indra/newview/skins/default/xui/en/notifications.xml b/indra/newview/skins/default/xui/en/notifications.xml index 5ce73b2cfa..a03259bd1b 100644 --- a/indra/newview/skins/default/xui/en/notifications.xml +++ b/indra/newview/skins/default/xui/en/notifications.xml @@ -8870,7 +8870,11 @@ One or more of your Voice Morphs will expire in less than [INTERVAL] days. If you are a Premium Member, [[PREMIUM_URL] click here] to receive your voice morphing perk. <tag>fail</tag> - <tag>voice</tag> + <tag>voice</tag> + <usetemplate + ignoretext="Warn me about voice morph expiring" + name="okignore" + yestext="OK"/> </notification> <notification |