diff options
author | Mnikolenko Productengine <mnikolenko@productengine.com> | 2023-09-12 15:01:56 +0300 |
---|---|---|
committer | Mnikolenko Productengine <mnikolenko@productengine.com> | 2023-09-12 15:01:56 +0300 |
commit | 87f496cf7c1c71510e4cb995661f8da5691746da (patch) | |
tree | fe9ba0551eebd3e217d65e57f5d688b6f483b523 /indra/newview/skins/default/xui/en/notifications.xml | |
parent | 7b54f077b48740c69559c0a2089b6133ed8eb605 (diff) |
SL-20173 show notification when file is empty
Diffstat (limited to 'indra/newview/skins/default/xui/en/notifications.xml')
-rw-r--r-- | indra/newview/skins/default/xui/en/notifications.xml | 10 |
1 files changed, 1 insertions, 9 deletions
diff --git a/indra/newview/skins/default/xui/en/notifications.xml b/indra/newview/skins/default/xui/en/notifications.xml index a4b73879b8..8f79794006 100644 --- a/indra/newview/skins/default/xui/en/notifications.xml +++ b/indra/newview/skins/default/xui/en/notifications.xml @@ -9102,7 +9102,7 @@ You locally updated a [RESOLUTION] baked texture for '[BODYREGION]' after [TIME] icon="alertmodal.tga" name="CannotUploadTexture" type="alertmodal"> -Unable to upload texture. +Unable to upload texture: '[NAME]' [REASON] <tag>fail</tag> </notification> @@ -11987,12 +11987,4 @@ Would you like to save them first? yestext="Yes"/> </notification> - <notification - icon="notifytip.tga" - name="IncorrectFormat" - priority="high" - type="notifytip"> -Unable to upload '[NAME]' due to the following reason: incorrect image format. - </notification> - </notifications> |