diff options
author | Andrew A. de Laix <alain@lindenlab.com> | 2010-12-16 09:34:19 -0800 |
---|---|---|
committer | Andrew A. de Laix <alain@lindenlab.com> | 2010-12-16 09:34:19 -0800 |
commit | 1774489ef8c224359e39d6281497e5128b043d24 (patch) | |
tree | ce5ed7ab9092d2f6aa8cc9cb4080f22c71827a8f /indra/newview/skins/default/xui | |
parent | 6f996302ef5f8277dbfab9a75a536b554d7fa4e9 (diff) |
Vary install failed message depending on whether it was required or not.
Diffstat (limited to 'indra/newview/skins/default/xui')
-rw-r--r-- | indra/newview/skins/default/xui/en/notifications.xml | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/indra/newview/skins/default/xui/en/notifications.xml b/indra/newview/skins/default/xui/en/notifications.xml index b0bb93c13a..fc5479a6f7 100644 --- a/indra/newview/skins/default/xui/en/notifications.xml +++ b/indra/newview/skins/default/xui/en/notifications.xml @@ -2890,6 +2890,19 @@ http://secondlife.com/download. <notification icon="alertmodal.tga" + name="FailedRequiredUpdateInstall" + type="alertmodal"> +We were unable to install a required update. +You will be unable to log in until [APP_NAME] has been updated. +Please download and install the latest viewer from +http://secondlife.com/download. + <usetemplate + name="okbutton" + yestext="Quit"/> + </notification> + + <notification + icon="alertmodal.tga" name="UpdaterServiceNotRunning" type="alertmodal"> There is a required update for your Second Life Installation. |