summaryrefslogtreecommitdiff
path: root/indra/newview/skins/default/xui
diff options
context:
space:
mode:
Diffstat (limited to 'indra/newview/skins/default/xui')
-rw-r--r--indra/newview/skins/default/xui/en/notifications.xml24
1 files changed, 19 insertions, 5 deletions
diff --git a/indra/newview/skins/default/xui/en/notifications.xml b/indra/newview/skins/default/xui/en/notifications.xml
index 6147005d22..4ae809b3fb 100644
--- a/indra/newview/skins/default/xui/en/notifications.xml
+++ b/indra/newview/skins/default/xui/en/notifications.xml
@@ -4,6 +4,11 @@
Don't show me this again
</global>
+ <global name="skipnexttimesessiononly">
+
+ Don&apos;t show me this again (for this session only)
+ </global>
+
<global name="alwayschoose">
Always choose this option
@@ -6004,11 +6009,20 @@ You cannot undo this action.
<unique/>
[QUESTION]
<tag>confirm</tag>
- <usetemplate
- ignoretext="Confirm before deleting items"
- name="okcancelignore"
- notext="Cancel"
- yestext="OK"/>
+ <form name="form">
+ <ignore name="ignore"
+ session_only="true"
+ text="Confirm before deleting items"/>
+ <button
+ default="true"
+ index="0"
+ name="Yes"
+ text="OK"/>
+ <button
+ index="1"
+ name="No"
+ text="Cancel"/>
+ </form>
</notification>
<notification