diff options
author | Andrey Lihatskiy <andreylproductengine@lindenlab.com> | 2016-03-31 20:06:51 +0300 |
---|---|---|
committer | Andrey Lihatskiy <andreylproductengine@lindenlab.com> | 2016-03-31 20:06:51 +0300 |
commit | a04341efaa63cd6bc47db25c1e4b4bf1e31d90a8 (patch) | |
tree | e3fa26cb26eda5321f331d4ca146759693a15c06 /indra/newview/skins/default/xui/en | |
parent | 0e155c51a95f092dda4f1ee71b4de46c7e98c10d (diff) | |
parent | ac6af25508eaa3339ddd294dfe3bc55c3435b796 (diff) |
Merged in andreyl_productengine/viewer-lion-marchcat (pull request #30)
MAINT-6238 Warn user if Trash is overflowing
Diffstat (limited to 'indra/newview/skins/default/xui/en')
-rwxr-xr-x | indra/newview/skins/default/xui/en/notifications.xml | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/indra/newview/skins/default/xui/en/notifications.xml b/indra/newview/skins/default/xui/en/notifications.xml index 3831b52c2c..f8d76eff58 100755 --- a/indra/newview/skins/default/xui/en/notifications.xml +++ b/indra/newview/skins/default/xui/en/notifications.xml @@ -5992,6 +5992,18 @@ Are you sure you want to permanently delete the contents of your Trash? <notification icon="alertmodal.tga" + name="TrashIsFull" + type="alertmodal"> +Your trash is overflowing. This may cause problems logging in. + <tag>confirm</tag> + <usetemplate + name="okcancelbuttons" + notext="I will empty trash later" + yestext="Empty trash now"/> + </notification> + + <notification + icon="alertmodal.tga" name="ConfirmClearBrowserCache" type="alertmodal"> Are you sure you want to delete your travel, web, and search history? |