diff options
Diffstat (limited to 'linden/indra/newview/skins/xui/en-us/alerts.xml')
-rw-r--r-- | linden/indra/newview/skins/xui/en-us/alerts.xml | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/linden/indra/newview/skins/xui/en-us/alerts.xml b/linden/indra/newview/skins/xui/en-us/alerts.xml index d0ee7f0..b36a4ea 100644 --- a/linden/indra/newview/skins/xui/en-us/alerts.xml +++ b/linden/indra/newview/skins/xui/en-us/alerts.xml | |||
@@ -1032,6 +1032,9 @@ If you continue to have problems, please visit: http://www.secondlife.com/suppor | |||
1032 | MINSPECS | 1032 | MINSPECS |
1033 | Do you wish to visit [_URL] for more information? | 1033 | Do you wish to visit [_URL] for more information? |
1034 | </message> | 1034 | </message> |
1035 | <ignore message="ignore"> | ||
1036 | Ignore unsupported hardware | ||
1037 | </ignore> | ||
1035 | <option name="Yes"> | 1038 | <option name="Yes"> |
1036 | Yes | 1039 | Yes |
1037 | </option> | 1040 | </option> |
@@ -1067,6 +1070,20 @@ Do you wish to visit [_URL] for more information? | |||
1067 | 510 | 1070 | 510 |
1068 | </message> | 1071 | </message> |
1069 | </alert> | 1072 | </alert> |
1073 | |||
1074 | <alert modal="true" name="UnknownGPU"> | ||
1075 | <message name="message"> | ||
1076 | Your system contains a graphics card that is unknown to us at this time. | ||
1077 | This is often the case with new hardware we haven't had a chance to | ||
1078 | test. Second Life will most likely run properly, but you may need to | ||
1079 | adjust your graphics settings to something more appropriate. | ||
1080 | (Edit->Preferences->Graphics). | ||
1081 | </message> | ||
1082 | <ignore name="ignore"> | ||
1083 | Ignore unknown graphics card | ||
1084 | </ignore> | ||
1085 | </alert> | ||
1086 | |||
1070 | <alert modal="true" name="DisplaySettingsRecommended"> | 1087 | <alert modal="true" name="DisplaySettingsRecommended"> |
1071 | <message name="message"> | 1088 | <message name="message"> |
1072 | Display settings have been set to recommended levels | 1089 | Display settings have been set to recommended levels |