diff options
author | daianakproductengine <daianakproductengine@lindenlab.com> | 2017-05-24 16:33:39 +0300 |
---|---|---|
committer | daianakproductengine <daianakproductengine@lindenlab.com> | 2017-05-24 16:33:39 +0300 |
commit | f82785a9b275b78b47cdebaf2ccfc8aa9407c405 (patch) | |
tree | 3cd0b01a8e6b552708ef936d6855cd0602bd2ebf /indra/newview/skins/default/xui/en/notifications.xml | |
parent | a6cda1ee06ee422d39b8bc9ba9369e14ec3f1251 (diff) |
MAINT-4375 Viewer saves an empty snapshots if disk is full
Diffstat (limited to 'indra/newview/skins/default/xui/en/notifications.xml')
-rw-r--r-- | indra/newview/skins/default/xui/en/notifications.xml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/indra/newview/skins/default/xui/en/notifications.xml b/indra/newview/skins/default/xui/en/notifications.xml index 91f3b7456f..b413720bc9 100644 --- a/indra/newview/skins/default/xui/en/notifications.xml +++ b/indra/newview/skins/default/xui/en/notifications.xml @@ -8533,6 +8533,11 @@ Appearance has been saved to XML to [PATH] Failed to save appearance to XML. </notification> + <notification icon="notifytip.tga" + name="SnapshotToComputerFailed" type="notifytip"> +Failed to save snapshot to [PATH]: Not enough memory. [NEED_MEMORY]KB is required but only [FREE_MEMORY]KB is free. + </notification> + <notification icon="notifytip.tga" name="PresetNotSaved" |