diff options
Diffstat (limited to 'indra/newview/skins/default/xui/en/notifications.xml')
-rw-r--r-- | indra/newview/skins/default/xui/en/notifications.xml | 13 |
1 files changed, 11 insertions, 2 deletions
diff --git a/indra/newview/skins/default/xui/en/notifications.xml b/indra/newview/skins/default/xui/en/notifications.xml index c1e82d7be3..3f39ea36f3 100644 --- a/indra/newview/skins/default/xui/en/notifications.xml +++ b/indra/newview/skins/default/xui/en/notifications.xml @@ -3825,6 +3825,14 @@ Please set the object for sale and try again. <notification icon="alertmodal.tga" + name="FinishedRawDownload" + type="alertmodal"> +Finished download of raw terrain file to: +[DOWNLOAD_PATH]. + </notification> + + <notification + icon="alertmodal.tga" name="RequiredUpdate" type="alertmodal"> Version [VERSION] is required for login. @@ -3840,11 +3848,12 @@ Please download from https://secondlife.com/support/downloads/ icon="alertmodal.tga" name="LoginFailedUnknown" type="alertmodal"> -Login failed for an unrecognized reason. +Sorry, login failed for an unrecognized reason. +If you continue to get this message, please check the [SUPPORT_SITE]. <tag>confirm</tag> <usetemplate name="okbutton" - yestext="Sorry"/> + yestext="Quit"/> </notification> <notification |