diff options
author | Maxim Nikolenko <maximnproductengine@lindenlab.com> | 2023-08-21 23:55:00 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-08-21 23:55:00 +0300 |
commit | 0b6c9c50c3049eb75a0305376d067bf8982e184d (patch) | |
tree | a8e3497057e5b170e3a9ca22c9161822c149cbd6 /indra/newview/skins/default/xui/en | |
parent | b07a9cfec36cdcad604b8aa775ed282793116a4d (diff) |
SL-20173 show warning notification when trying to add invalid files as local texture
Diffstat (limited to 'indra/newview/skins/default/xui/en')
-rw-r--r-- | indra/newview/skins/default/xui/en/notifications.xml | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/indra/newview/skins/default/xui/en/notifications.xml b/indra/newview/skins/default/xui/en/notifications.xml index a216ef7c0d..a4b73879b8 100644 --- a/indra/newview/skins/default/xui/en/notifications.xml +++ b/indra/newview/skins/default/xui/en/notifications.xml @@ -11986,5 +11986,13 @@ Would you like to save them first? notext="No" 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> |