diff options
author | Andrey Lihatskiy <alihatskiy@productengine.com> | 2025-05-27 22:01:35 +0300 |
---|---|---|
committer | Andrey Lihatskiy <alihatskiy@productengine.com> | 2025-05-27 22:35:56 +0300 |
commit | ab13373f0b019033a2c808758b39fb98232dab07 (patch) | |
tree | 9f8fdbba76e6f3304031cc644dd122cf39ec277c | |
parent | 0d99487d46d6ccf7000723c35ac78018b5763dea (diff) |
#4157 Improve "Unable to upload material" error message
-rw-r--r-- | indra/newview/skins/default/xui/en/notifications.xml | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/indra/newview/skins/default/xui/en/notifications.xml b/indra/newview/skins/default/xui/en/notifications.xml index a51feeb7ab..82e77119ab 100644 --- a/indra/newview/skins/default/xui/en/notifications.xml +++ b/indra/newview/skins/default/xui/en/notifications.xml @@ -9453,8 +9453,11 @@ Unable to upload texture: '[NAME]' icon="alertmodal.tga" name="CannotUploadMaterial" type="alertmodal"> -There was a problem uploading the file +Unable to upload material file. The file may be corrupted, in an unsupported format, or contain invalid data. Please check that you're using a valid GLTF/GLB file with proper material definitions. <tag>fail</tag> + <usetemplate + name="okbutton" + yestext="OK"/> </notification> <notification |