diff options
author | andreykproductengine <andreykproductengine@lindenlab.com> | 2020-01-09 22:22:40 +0200 |
---|---|---|
committer | andreykproductengine <andreykproductengine@lindenlab.com> | 2020-01-09 22:22:40 +0200 |
commit | f051c50943527f49f6b9d5a7ca253c1a630c59af (patch) | |
tree | cacea6648bc6963121ff1af6bda192ec0c080283 /indra/newview/skins | |
parent | a01388c650b7925c3ccbd3bc767a1cf424029253 (diff) |
SL-12538 SL-12486 Warning about deleting shared local files and some other fiexes
Diffstat (limited to 'indra/newview/skins')
-rw-r--r-- | indra/newview/skins/default/xui/en/notifications.xml | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/indra/newview/skins/default/xui/en/notifications.xml b/indra/newview/skins/default/xui/en/notifications.xml index d99f5fa7d9..e3776cdc1a 100644 --- a/indra/newview/skins/default/xui/en/notifications.xml +++ b/indra/newview/skins/default/xui/en/notifications.xml @@ -3625,6 +3625,18 @@ You can either check your Internet connection and try again in a few minutes or <notification icon="alertmodal.tga" + name="LoginRemoveMultiGridUserData" + type="alertmodal"> + <tag>confirm</tag> +Local Data you are deleting is shared between multiple grids, are you sure you want to delete it? + <usetemplate + name="okcancelbuttons" + notext="Cancel" + yestext="Confirm"/> + </notification> + + <notification + icon="alertmodal.tga" name="WelcomeChooseSex" type="alertmodal"> Your character will appear in a moment. |