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 | 54d3e2634d66f3d32eef91ee81688276aeebd8ad (patch) | |
tree | 3a147077aaf9a9d5425aab231138ec4eea03892d /indra/newview/skins/default/xui | |
parent | 735ae02583558544a4a3b65f72cdf52fe7d27677 (diff) |
MAINT-4375 Viewer saves an empty snapshots if disk is full
Diffstat (limited to 'indra/newview/skins/default/xui')
-rw-r--r-- | indra/newview/skins/default/xui/en/notifications.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/skins/default/xui/en/notifications.xml b/indra/newview/skins/default/xui/en/notifications.xml index b413720bc9..16bf0e344d 100644 --- a/indra/newview/skins/default/xui/en/notifications.xml +++ b/indra/newview/skins/default/xui/en/notifications.xml @@ -8535,7 +8535,7 @@ Failed to save appearance to XML. <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. +Failed to save snapshot to [PATH]: Disk is full. [NEED_MEMORY]KB is required but only [FREE_MEMORY]KB is free. </notification> <notification |