diff options
author | eli <none@none> | 2011-10-20 18:13:40 -0700 |
---|---|---|
committer | eli <none@none> | 2011-10-20 18:13:40 -0700 |
commit | b85be31eca5e480e06364ab54a0db630798011a2 (patch) | |
tree | d4bf550382f9f1739b5cfb6c026873f55615114a /indra/newview/skins/default/xui/en/notifications.xml | |
parent | 6082349a2151c66c8bd602d57eb7921521a94271 (diff) |
sync with viewer-development
Diffstat (limited to 'indra/newview/skins/default/xui/en/notifications.xml')
-rw-r--r-- | indra/newview/skins/default/xui/en/notifications.xml | 13 |
1 files changed, 11 insertions, 2 deletions
diff --git a/indra/newview/skins/default/xui/en/notifications.xml b/indra/newview/skins/default/xui/en/notifications.xml index f510b3c5ba..6720d8131e 100644 --- a/indra/newview/skins/default/xui/en/notifications.xml +++ b/indra/newview/skins/default/xui/en/notifications.xml @@ -2665,9 +2665,18 @@ Display settings have been set to safe levels because you have specified the -sa <notification icon="alertmodal.tga" - name="DisplaySetToRecommended" + name="DisplaySetToRecommendedGPUChange" type="alertmodal"> -Display settings have been set to recommended levels based on your system configuration. +Display settings have been set to recommended levels because your graphics card changed +from '[LAST_GPU]' +to '[THIS_GPU]' + </notification> + + <notification + icon="alertmodal.tga" + name="DisplaySetToRecommendedFeatureChange" + type="alertmodal"> +Display settings have been set to recommended levels because of a change to the rendering subsystem. </notification> <notification |