diff options
| author | Brad Linden <brad@lindenlab.com> | 2025-10-03 11:08:17 -0700 |
|---|---|---|
| committer | Brad Linden <brad@lindenlab.com> | 2025-10-03 11:08:17 -0700 |
| commit | 949d20c2c024f72db22f4d43c3fd794cfc4e1dd9 (patch) | |
| tree | fd9363db7291c7894f4af365388495dd95ced11f /indra/newview/skins/default | |
| parent | e30bc61d9a63ed29985bd6e07405f0051bfceaf6 (diff) | |
| parent | 99d8f22c99e54ba4c22a2b5834bba2c0de549fca (diff) | |
Merge remote-tracking branch 'origin/release/2025.07' into brad/llphysicsextensions-fallback
Diffstat (limited to 'indra/newview/skins/default')
| -rw-r--r-- | indra/newview/skins/default/xui/en/notifications.xml | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/indra/newview/skins/default/xui/en/notifications.xml b/indra/newview/skins/default/xui/en/notifications.xml index 7fc96af55d..536008c85c 100644 --- a/indra/newview/skins/default/xui/en/notifications.xml +++ b/indra/newview/skins/default/xui/en/notifications.xml @@ -2239,6 +2239,25 @@ Couldn't open uploaded sound file for reading: <notification icon="alertmodal.tga" + name="ModelUploaderMissingPhysicsApple" + type="alertmodal"> +Model upload is not yet available on Apple Silicon, but will be supported in an upcoming release. + +Workaround: Right-click the Second Life app in Finder, select +"Get Info", then check "Open using Rosetta" + <tag>fail</tag> + </notification> + + <notification + icon="alertmodal.tga" + name="ModelUploaderMissingPhysics" + type="alertmodal"> +Physics library is not present, some of the model uploader's functionality might not work or might not work correctly. + <tag>fail</tag> + </notification> + + <notification + icon="alertmodal.tga" name="SoundFileNotRIFF" type="alertmodal"> File does not appear to be a RIFF WAVE file: |
