diff options
author | brad kittenbrink <brad@lindenlab.com> | 2010-12-10 18:31:38 -0800 |
---|---|---|
committer | brad kittenbrink <brad@lindenlab.com> | 2010-12-10 18:31:38 -0800 |
commit | e58965255d1edcb44256e1b27d813167df746034 (patch) | |
tree | 8ea943a40cb9434155ae4f8878e6e81f6760bf5b /indra/newview/skins/default/xui/en/notifications.xml | |
parent | d85c7264da14a753e055990fe9b653bbd5847300 (diff) |
CHOP-260 implementation. Update Ready notification gets real UI.
reviewed by Mani.
Diffstat (limited to 'indra/newview/skins/default/xui/en/notifications.xml')
-rw-r--r-- | indra/newview/skins/default/xui/en/notifications.xml | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/indra/newview/skins/default/xui/en/notifications.xml b/indra/newview/skins/default/xui/en/notifications.xml index eecbeeb8dc..b0bb93c13a 100644 --- a/indra/newview/skins/default/xui/en/notifications.xml +++ b/indra/newview/skins/default/xui/en/notifications.xml @@ -2906,20 +2906,20 @@ or you can install it now. icon="notify.tga" name="DownloadBackgroundTip" type="notify"> -We have downloaded and update to your [APP_NAME] installation. -Version [VERSION] +We have downloaded an update to your [APP_NAME] installation. +Version [VERSION] [[RELEASE_NOTES_FULL_URL] Information about this update] <usetemplate name="okcancelbuttons" - notext="Wait" - yestext="Restart Now"/> + notext="Later..." + yestext="Install now and restart [APP_NAME]"/> </notification> <notification icon="alertmodal.tga" name="DownloadBackgroundDialog" type="alertmodal"> -We have downloaded and update to your [APP_NAME] installation. -Version [VERSION] +We have downloaded an update to your [APP_NAME] installation. +Version [VERSION] [[RELEASE_NOTES_FULL_URL] Information about this update] <usetemplate name="okcancelbuttons" notext="Later..." |