diff options
author | Eli Linden <eli@lindenlab.com> | 2010-06-04 14:00:44 -0700 |
---|---|---|
committer | Eli Linden <eli@lindenlab.com> | 2010-06-04 14:00:44 -0700 |
commit | ceb6647ac1d61b43f6beb130466a7cf7c4fa15ac (patch) | |
tree | 8fc4c5cd2bae04679b98f19dbbd106709c1e4e02 /indra/newview/skins/default | |
parent | 591e309897704cdc9084c2f8613b6c74f5c8a4e6 (diff) | |
parent | b1b4e56bcec6718a971f01d51ffe4363e8fba9ac (diff) |
Merge
Diffstat (limited to 'indra/newview/skins/default')
-rw-r--r-- | indra/newview/skins/default/xui/en/notifications.xml | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/indra/newview/skins/default/xui/en/notifications.xml b/indra/newview/skins/default/xui/en/notifications.xml index 5ead756d20..9af358eff3 100644 --- a/indra/newview/skins/default/xui/en/notifications.xml +++ b/indra/newview/skins/default/xui/en/notifications.xml @@ -2069,6 +2069,29 @@ Would you be my friend? </notification> <notification + icon="alertmodal.tga" + label="Save Wearable" + name="SaveWearableAs" + type="alertmodal"> + Save item to my inventory as: + <form name="form"> + <input name="message" type="text"> + [DESC] (new) + </input> + <button + default="true" + index="0" + name="Offer" + text="OK"/> + <button + index="1" + name="Cancel" + text="Cancel"/> + </form> + </notification> + + + <notification icon="alertmodal.tga" label="Rename Outfit" name="RenameOutfit" |