diff options
author | Andrew A. de Laix <alain@lindenlab.com> | 2010-12-07 10:35:37 -0800 |
---|---|---|
committer | Andrew A. de Laix <alain@lindenlab.com> | 2010-12-07 10:35:37 -0800 |
commit | 11f2ad21590147e4d426320d1d336a3dac82a34b (patch) | |
tree | 89d6b42d6bbc5f93a6303e17d6364df3c168d8d6 /indra/newview/skins | |
parent | 0ea483ce60c96d7f17cd461c617449f70a21d7a4 (diff) |
login instance coordinates with updater service
Diffstat (limited to 'indra/newview/skins')
-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 60b876d163..bac1ad18d9 100644 --- a/indra/newview/skins/default/xui/en/notifications.xml +++ b/indra/newview/skins/default/xui/en/notifications.xml @@ -2887,6 +2887,19 @@ http://secondlife.com/download. name="okbutton" yestext="OK"/> </notification> + + <notification + icon="alertmodal.tga" + name="UpdaterServiceNotRunning" + type="alertmodal"> +An update is required to log in. May we start the background +updater service to fetch and install the update? + <usetemplate + name="okcancelbuttons" + notext="Quit" + yestext="Start"/> + </notification> + <notification icon="notifytip.tga" name="DownloadBackground" |