diff options
author | Brad Linden <46733234+brad-linden@users.noreply.github.com> | 2024-12-13 10:30:02 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-12-13 10:30:02 -0800 |
commit | 16afa19b90fc11a8e2c7e0b414f4088419d16af4 (patch) | |
tree | a53758659e1a04f7f6d6aa8dd4f0f8dcb3001657 /indra | |
parent | eff46262c8324ed4931cdd544a757f0c13f9ec0a (diff) | |
parent | 9e47573dae0bf29f4e30eddc9b29308d2588d9b4 (diff) |
Merge pull request #3236 from Ansariel/remove-notifications
Remove orphaned notifications (follow-up to 412b3db5a877eab977346e3f30464d5745afd69b)
Diffstat (limited to 'indra')
-rw-r--r-- | indra/newview/skins/default/xui/en/notifications.xml | 31 |
1 files changed, 0 insertions, 31 deletions
diff --git a/indra/newview/skins/default/xui/en/notifications.xml b/indra/newview/skins/default/xui/en/notifications.xml index b63ab2f8d2..b5f742e5fb 100644 --- a/indra/newview/skins/default/xui/en/notifications.xml +++ b/indra/newview/skins/default/xui/en/notifications.xml @@ -12580,35 +12580,4 @@ are wearing now. name="okbutton" yestext="OK"/> </notification> - - <notification - icon="notify.tga" - name="TextureDiscardBackgrounded" - type="notify"> - <unique> - <context>DELAY</context> - </unique> - To improve system performance, [SECOND_LIFE] has reduced texture memory usage after being in the background for [DELAY] seconds. It may take some time for texture image quality to return to normal. - <usetemplate - ignoretext="Ask me about background texture memory usage and recovery" - name="okcancelignore" - yestext="OK" - notext="Disable"/> - </notification> - - <notification - icon="notify.tga" - name="TextureDiscardMinimized" - type="notify"> - <unique> - <context>DELAY</context> - </unique> - To improve system performance, [SECOND_LIFE] has reduced texture memory usage after being minimized for [DELAY] seconds. It may take some time for texture image quality to return to normal. - <usetemplate - ignoretext="Ask me about minimized texture memory usage and recovery" - name="okcancelignore" - yestext="OK" - notext="Disable"/> - </notification> - </notifications> |