diff options
author | andreykproductengine <andreykproductengine@lindenlab.com> | 2020-01-07 00:52:04 +0200 |
---|---|---|
committer | andreykproductengine <andreykproductengine@lindenlab.com> | 2020-01-07 00:52:04 +0200 |
commit | 19caca91e98e41187f76c9925c31b8fba33c2902 (patch) | |
tree | 39c78f3eae946a94edde6a3157f0039019230e99 /indra/newview/skins/default | |
parent | 37ca582a2dacfbe7cbb37d2e9ecddca0a9bc8ed7 (diff) |
SL-12486 Better data deletion
Diffstat (limited to 'indra/newview/skins/default')
-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 70f3139488..d99f5fa7d9 100644 --- a/indra/newview/skins/default/xui/en/notifications.xml +++ b/indra/newview/skins/default/xui/en/notifications.xml @@ -3560,6 +3560,18 @@ Already remembered user can be forgotten from Me > Preferences > Advanced <notification icon="alertmodal.tga" + name="LoginCantRemoveCurUsername" + type="alertmodal"> + <tag>confirm</tag> +Forgetting the logged-in user requires you to log out. + <usetemplate + name="okcancelbuttons" + notext="Cancel" + yestext="Confirm and log out"/> + </notification> + + <notification + icon="alertmodal.tga" name="LoginPacketNeverReceived" type="alertmodal"> <tag>fail</tag> |