diff options
author | andreykproductengine <akleshchev@productengine.com> | 2016-04-13 18:59:00 +0300 |
---|---|---|
committer | andreykproductengine <akleshchev@productengine.com> | 2016-04-13 18:59:00 +0300 |
commit | eec33adf34db3fe0c32600808458e4307ede1bf0 (patch) | |
tree | 10919302c8706f061e02c97864ed4dbd13aa4fca /indra/newview/skins/default/xui/en | |
parent | 2311d8c2b200574a0fb38c80222a0f09ce984f67 (diff) |
MAINT-3286 FIXED Fix error message on snapshot save when user has no L$
Diffstat (limited to 'indra/newview/skins/default/xui/en')
-rwxr-xr-x | indra/newview/skins/default/xui/en/notifications.xml | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/indra/newview/skins/default/xui/en/notifications.xml b/indra/newview/skins/default/xui/en/notifications.xml index 6b75a2083d..589c05de99 100755 --- a/indra/newview/skins/default/xui/en/notifications.xml +++ b/indra/newview/skins/default/xui/en/notifications.xml @@ -1166,6 +1166,22 @@ Error encoding snapshot. <notification icon="alertmodal.tga" + name="ErrorPhotoCannotAfford" + type="alertmodal"> + You need L$[COST] to save a photo to your inventory. You may either buy L$ or save the photo to your computer instead. + <tag>fail</tag> + </notification> + + <notification + icon="alertmodal.tga" + name="ErrorTextureCannotAfford" + type="alertmodal"> + You need L$[COST] to save a texture to your inventory. You may either buy L$ or save the photo to your computer instead. + <tag>fail</tag> + </notification> + + <notification + icon="alertmodal.tga" name="ErrorUploadingPostcard" type="alertmodal"> There was a problem sending a snapshot due to the following reason: [REASON] |