aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/newview/skins
diff options
context:
space:
mode:
authorJacek Antonelli2009-05-31 22:16:58 -0500
committerJacek Antonelli2009-05-31 22:16:58 -0500
commit2cc402c47a814d126f2643483e1812eb56d81f6f (patch)
tree2a3c86d21fd423757b58d9bddd52df29b79c3bea /linden/indra/newview/skins
parentAdded a separator between Wear and Restore to Last Position. (diff)
downloadmeta-impy-2cc402c47a814d126f2643483e1812eb56d81f6f.zip
meta-impy-2cc402c47a814d126f2643483e1812eb56d81f6f.tar.gz
meta-impy-2cc402c47a814d126f2643483e1812eb56d81f6f.tar.bz2
meta-impy-2cc402c47a814d126f2643483e1812eb56d81f6f.tar.xz
Added a confirmation dialog for Take Off All Clothes.
Diffstat (limited to 'linden/indra/newview/skins')
-rw-r--r--linden/indra/newview/skins/default/xui/en-us/alerts.xml15
1 files changed, 15 insertions, 0 deletions
diff --git a/linden/indra/newview/skins/default/xui/en-us/alerts.xml b/linden/indra/newview/skins/default/xui/en-us/alerts.xml
index 6bfefdb..cb37663 100644
--- a/linden/indra/newview/skins/default/xui/en-us/alerts.xml
+++ b/linden/indra/newview/skins/default/xui/en-us/alerts.xml
@@ -5115,5 +5115,20 @@ WARNING: Don't restore if you aren't sure where the object will go!
5115 5115
5116 </alert> 5116 </alert>
5117 5117
5118 <alert modal="true" name="ConfirmRemoveAllClothes">
5119 <message name="message">
5120 Are you sure you want to take off all clothes?
5121 </message>
5122 <ignore name="ignore">
5123 When taking off all clothes
5124 </ignore>
5125 <option name="Take Off">
5126 Take Off
5127 </option>
5128 <option name="Cancel">
5129 Cancel
5130 </option>
5131 </alert>
5132
5118</alerts> 5133</alerts>
5119 5134