diff options
author | Oz Linden <oz@lindenlab.com> | 2011-10-05 15:15:49 -0400 |
---|---|---|
committer | Oz Linden <oz@lindenlab.com> | 2011-10-05 15:15:49 -0400 |
commit | f31cb4c790de84e297ced3045f33a7ba6dc85521 (patch) | |
tree | fef1e82d6b6243b5b2873dfbd927c43c76b16413 /indra/newview/skins/default/xui/en/notifications.xml | |
parent | a15701de33007f60994181d8e7300d1e624de373 (diff) |
storm-1581 (partial): reset graphics only when GPU id changes, not class, and provide better explanation in the alert message
Diffstat (limited to 'indra/newview/skins/default/xui/en/notifications.xml')
-rw-r--r-- | indra/newview/skins/default/xui/en/notifications.xml | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/indra/newview/skins/default/xui/en/notifications.xml b/indra/newview/skins/default/xui/en/notifications.xml index 41a90f5984..1d5f9e731a 100644 --- a/indra/newview/skins/default/xui/en/notifications.xml +++ b/indra/newview/skins/default/xui/en/notifications.xml @@ -2665,6 +2665,15 @@ Display settings have been set to safe levels because you have specified the -sa <notification icon="alertmodal.tga" + name="DisplaySetToRecommendedGPUChange" + type="alertmodal"> +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="DisplaySetToRecommended" type="alertmodal"> Display settings have been set to recommended levels based on your system configuration. |