diff options
author | MNikolenko ProductEngine <mnikolenko@productengine.com> | 2014-05-07 11:46:47 +0300 |
---|---|---|
committer | MNikolenko ProductEngine <mnikolenko@productengine.com> | 2014-05-07 11:46:47 +0300 |
commit | c8e4f2b10e508507a2c68f2f8eb63baf008a9eba (patch) | |
tree | 6e5a32ce5b979307e33904b61d29fd2b04fbb6c6 /indra/newview/skins/default/xui/en | |
parent | 849ce1e30c080d71e4af8dc8f24720274a126f4c (diff) |
MAINT-4004 FIXED Check image's dimensions and show notification if it's larger than allowed.
Diffstat (limited to 'indra/newview/skins/default/xui/en')
-rwxr-xr-x | indra/newview/skins/default/xui/en/notifications.xml | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/indra/newview/skins/default/xui/en/notifications.xml b/indra/newview/skins/default/xui/en/notifications.xml index 7297ba4fc0..e1194b2025 100755 --- a/indra/newview/skins/default/xui/en/notifications.xml +++ b/indra/newview/skins/default/xui/en/notifications.xml @@ -7836,7 +7836,16 @@ You uploaded a [RESOLUTION] baked texture for '[BODYREGION]' after [TIME] second ( [EXISTENCE] seconds alive ) You locally updated a [RESOLUTION] baked texture for '[BODYREGION]' after [TIME] seconds. </notification> - + + <notification + icon="alertmodal.tga" + name="CannotUploadTexture" + type="alertmodal"> +Unable to upload texture. +[REASON] + <tag>fail</tag> + </notification> + <notification icon="alertmodal.tga" name="LivePreviewUnavailable" |