diff options
| author | Erik Kundiman <erik@megapahit.org> | 2025-10-09 20:26:07 +0800 |
|---|---|---|
| committer | Erik Kundiman <erik@megapahit.org> | 2025-10-09 20:26:07 +0800 |
| commit | 413258683b116032909373c9613a88d44016dce1 (patch) | |
| tree | bd3869b64f66c1d75fe62d0dea285705067f11a6 /indra/newview/skins/default | |
| parent | d0c7d6263d5dc7df7e224302ce64b1403db20b1e (diff) | |
| parent | 95337dfc36113dca030c38a447b2ffa29b5bed9c (diff) | |
Merge tag 'Second_Life_Release#95337dfc-2025.07' into 2025.07
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 f188ede456..be40ca2f1f 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: |
