diff options
-rw-r--r-- | indra/newview/skins/default/xui/en/notifications.xml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/indra/newview/skins/default/xui/en/notifications.xml b/indra/newview/skins/default/xui/en/notifications.xml index 6c841ac049..d642ea162c 100644 --- a/indra/newview/skins/default/xui/en/notifications.xml +++ b/indra/newview/skins/default/xui/en/notifications.xml @@ -1534,7 +1534,7 @@ Delete pick <nolink>[PICK]</nolink>? icon="alert.tga" name="ProfileUnsavedChanges" type="alertmodal"> - You have usaved changes. + You have unsaved changes. <tag>confirm</tag> <tag>save</tag> <usetemplate @@ -6178,7 +6178,7 @@ Are you sure you want to delete them? Delete the image for this item? There is no undo. <tag>confirm</tag> <usetemplate - ignoretext="Don't show me this again" + ignoretext="Warn me that thumbnail will be permanently removed" name="okcancelignore" notext="Cancel" yestext="Delete"/> @@ -7021,7 +7021,7 @@ Please try again. You have placed a reflection probe, but 'Select Reflection Probes' is disabled. To be able to select reflection probes, check Build > Options > Select Reflection Probes. <tag>confirm</tag> <usetemplate - ignoretext="Don't show again." + ignoretext="Warn if Reflection Probes selection is disabled." name="okignore" yestext="OK"/> </notification> |