diff options
author | brad kittenbrink <brad@lindenlab.com> | 2010-11-18 12:15:49 -0800 |
---|---|---|
committer | brad kittenbrink <brad@lindenlab.com> | 2010-11-18 12:15:49 -0800 |
commit | cf3ded4491751231056b220525970e125d813e6a (patch) | |
tree | 8e6698af8241dfee4dce2afa59e6ebc291f99d8f /indra/newview/skins | |
parent | 0018762228c627b27ccc0d98528cfe745ca5d53e (diff) |
First draft of CHOP-106 downloaded update ready notification.
Reviewed by mani.
Diffstat (limited to 'indra/newview/skins')
-rw-r--r-- | indra/newview/skins/default/xui/en/notifications.xml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/indra/newview/skins/default/xui/en/notifications.xml b/indra/newview/skins/default/xui/en/notifications.xml index 1f747ab997..40d5f75de2 100644 --- a/indra/newview/skins/default/xui/en/notifications.xml +++ b/indra/newview/skins/default/xui/en/notifications.xml @@ -2870,6 +2870,14 @@ Download to your Applications folder? </notification> <notification + icon="notifytip.tga" + name="DownloadBackground" + type="notifytip"> +An updated version of [APP_NAME] has been downloaded. +It will be applied the next time you restart [APP_NAME] + </notification> + + <notification icon="alertmodal.tga" name="DeedObjectToGroup" type="alertmodal"> |