diff options
author | callum_linden <none@none> | 2015-12-15 15:24:41 -0800 |
---|---|---|
committer | callum_linden <none@none> | 2015-12-15 15:24:41 -0800 |
commit | 3bf8929d932a6253177be55766cd2a80bb6e224d (patch) | |
tree | 316d7c3231e370ed7a786cc23f3a6a9709110ce3 /indra/newview/skins/default/xui/en/notifications.xml | |
parent | 3e46058651570f8e3a8cd20b597544bb07fea0a9 (diff) |
MAINT-5966 - file download failures need feedback
Diffstat (limited to 'indra/newview/skins/default/xui/en/notifications.xml')
-rwxr-xr-x | indra/newview/skins/default/xui/en/notifications.xml | 17 |
1 files changed, 15 insertions, 2 deletions
diff --git a/indra/newview/skins/default/xui/en/notifications.xml b/indra/newview/skins/default/xui/en/notifications.xml index 70ba4d5077..b4c5cba1fd 100755 --- a/indra/newview/skins/default/xui/en/notifications.xml +++ b/indra/newview/skins/default/xui/en/notifications.xml @@ -1592,11 +1592,24 @@ The object may be out of range or may have been deleted. icon="alertmodal.tga" name="CannotDownloadFile" type="alertmodal"> -Unable to download file - <tag>fail</tag> + Unable to download file + <tag>fail</tag> </notification> <notification + name="MediaFileDownloadUnsupported" + label="" + type="alert"> + <unique/> + <tag>confirm</tag> + You have requested a file download, which is not supported within [SECOND_LIFE]. + <usetemplate + ignoretext="Warn about unsupported file downloads" + name="okignore" + yestext="OK"/> + </notification> + + <notification icon="alertmodal.tga" name="CannotWriteFile" type="alertmodal"> |