diff options
| author | Andrew A. de Laix <alain@lindenlab.com> | 2010-12-08 13:11:19 -0800 | 
|---|---|---|
| committer | Andrew A. de Laix <alain@lindenlab.com> | 2010-12-08 13:11:19 -0800 | 
| commit | 115851ce14b7aff83027f9d4d2ec32b3ce448c56 (patch) | |
| tree | 1a469d09c16470584dd1e3efc33e195710f98a7b | |
| parent | 99488e6db8730189170a36fa2c2e7621e666868d (diff) | |
improved dialog message for required update.
| -rw-r--r-- | indra/newview/skins/default/xui/en/notifications.xml | 7 | 
1 files changed, 3 insertions, 4 deletions
| diff --git a/indra/newview/skins/default/xui/en/notifications.xml b/indra/newview/skins/default/xui/en/notifications.xml index e333c891a4..e32e28bea3 100644 --- a/indra/newview/skins/default/xui/en/notifications.xml +++ b/indra/newview/skins/default/xui/en/notifications.xml @@ -2892,12 +2892,11 @@ http://secondlife.com/download.     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? +There is a required update for your Second Life Installation.      <usetemplate       name="okcancelbuttons" -     notext="Quit" -     yestext="Start"/> +     notext="Quit Second Life" +     yestext="Download and install now"/>    </notification>    <notification | 
