diff options
Diffstat (limited to 'indra/newview/skins')
-rw-r--r-- | indra/newview/skins/default/xui/en/notifications.xml | 18 |
1 files changed, 17 insertions, 1 deletions
diff --git a/indra/newview/skins/default/xui/en/notifications.xml b/indra/newview/skins/default/xui/en/notifications.xml index bac1ad18d9..e333c891a4 100644 --- a/indra/newview/skins/default/xui/en/notifications.xml +++ b/indra/newview/skins/default/xui/en/notifications.xml @@ -2902,10 +2902,26 @@ updater service to fetch and install the update? <notification icon="notifytip.tga" - name="DownloadBackground" + name="DownloadBackgroundTip" type="notifytip"> An updated version of [APP_NAME] has been downloaded. It will be applied the next time you restart [APP_NAME] + <usetemplate + name="okcancelbuttons" + notext="Wait" + yestext="Restart Now"/> + </notification> + + <notification + icon="alertmodal.tga" + name="DownloadBackgroundDialog" + type="alertmodal"> + An updated version of [APP_NAME] has been downloaded. + It will be applied the next time you restart [APP_NAME] + <usetemplate + name="okcancelbuttons" + notext="Wait" + yestext="Restart Now"/> </notification> <notification |