summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNat Goodspeed <nat@lindenlab.com>2018-10-05 14:38:25 -0400
committerNat Goodspeed <nat@lindenlab.com>2018-10-05 14:38:25 -0400
commita3e569c90d7cc45d0e2bef77d36d4fea8924af6d (patch)
tree237bb909a88fd5b68aa94cd64023752c76efa2f1
parent73e70ff0bb484e52b786adb0fe523ea959985b20 (diff)
DRTVWR-474: Add OptionaUpdateReady, PromptOptionalUpdate notifications.
-rw-r--r--indra/newview/skins/default/xui/en/notifications.xml26
1 files changed, 26 insertions, 0 deletions
diff --git a/indra/newview/skins/default/xui/en/notifications.xml b/indra/newview/skins/default/xui/en/notifications.xml
index 5f9b8adc89..e2859603e0 100644
--- a/indra/newview/skins/default/xui/en/notifications.xml
+++ b/indra/newview/skins/default/xui/en/notifications.xml
@@ -3862,6 +3862,32 @@ Click OK to download and install.
<notification
icon="alertmodal.tga"
+ name="OptionalUpdateReady"
+ type="alertmodal">
+Version [VERSION] has been downloaded and is ready to install.
+Click OK to install.
+ <tag>confirm</tag>
+ <usetemplate
+ name="okbutton"
+ yestext="OK"/>
+ </notification>
+
+ <notification
+ icon="alertmodal.tga"
+ name="PromptOptionalUpdate"
+ type="alertmodal">
+Version [VERSION] has been downloaded and is ready to install.
+Proceed?
+ <tag>confirm</tag>
+ <usetemplate
+ canceltext="Not Now"
+ name="yesnocancelbuttons"
+ notext="Skip"
+ yestext="Install"/>
+ </notification>
+
+ <notification
+ icon="alertmodal.tga"
name="LoginFailedUnknown"
type="alertmodal">
Sorry, login failed for an unrecognized reason.