diff options
author | Brad Linden <46733234+brad-linden@users.noreply.github.com> | 2024-07-24 15:14:13 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-07-24 15:14:13 -0700 |
commit | aced6fe5dadae40eed700cff42936a6d227d7837 (patch) | |
tree | 47e816889ed32ce70f873b77539259739c96361e /indra/newview/skins/default/xui/en/notifications.xml | |
parent | 162bb33e15fc9a5bf8dcdddd988dc93fcfb317bd (diff) | |
parent | b289e0b3adac63bcd96c68b9c05b7d9365eae884 (diff) |
Merge pull request #2092 from secondlife/brad/1451-voice-fonts-message
Improve error message notifying user that Voice Morph Effects are not supported
Diffstat (limited to 'indra/newview/skins/default/xui/en/notifications.xml')
-rw-r--r-- | indra/newview/skins/default/xui/en/notifications.xml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/indra/newview/skins/default/xui/en/notifications.xml b/indra/newview/skins/default/xui/en/notifications.xml index 0ccb980803..2403082938 100644 --- a/indra/newview/skins/default/xui/en/notifications.xml +++ b/indra/newview/skins/default/xui/en/notifications.xml @@ -8837,10 +8837,10 @@ New Voice Morphs are available! persist="true" type="alertmodal"> Voice Morphs are not supported by this viewer. +For more information about other voice morph tools, see [[FAQ_URL] this article]. <usetemplate - notext="Cancel" - name="okcancelbuttons" - yestext="Disable Voice Morphing"/> + name="okignore" + yestext="OK"/> <tag>voice</tag> </notification> |