diff options
author | Loren Shih <seraph@lindenlab.com> | 2010-06-08 14:44:51 -0400 |
---|---|---|
committer | Loren Shih <seraph@lindenlab.com> | 2010-06-08 14:44:51 -0400 |
commit | 16247ce9b563f6a145ca029ede234647131aab98 (patch) | |
tree | a6b833abb56ae2c73b23f8c552453b1a62dc324c | |
parent | 6350930aa9382f0766594db1a6f82d78ba4d43fb (diff) |
EXT-7631 FIXED Bad location of Empty Lost and Found option will lead to Critical Inventory loss by Residents
Switched location of Lost&Found versus EmptyTrash items.
-rw-r--r-- | indra/newview/skins/default/xui/en/menu_inventory_gear_default.xml | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/indra/newview/skins/default/xui/en/menu_inventory_gear_default.xml b/indra/newview/skins/default/xui/en/menu_inventory_gear_default.xml index 2501e35e93..62365f7cc2 100644 --- a/indra/newview/skins/default/xui/en/menu_inventory_gear_default.xml +++ b/indra/newview/skins/default/xui/en/menu_inventory_gear_default.xml @@ -61,12 +61,12 @@ <menu_item_separator layout="topleft" /> <menu_item_call - label="Empty Trash" + label="Empty Lost and Found" layout="topleft" - name="empty_trash"> + name="empty_lostnfound"> <on_click function="Inventory.GearDefault.Custom.Action" - parameter="empty_trash" /> + parameter="empty_lostnfound" /> </menu_item_call> <menu_item_separator layout="topleft" /> @@ -105,12 +105,13 @@ </menu_item_call> <menu_item_separator layout="topleft" /> + <menu_item_call - label="Empty Lost and Found" + label="Empty Trash" layout="topleft" - name="empty_lostnfound"> + name="empty_trash"> <on_click function="Inventory.GearDefault.Custom.Action" - parameter="empty_lostnfound" /> + parameter="empty_trash" /> </menu_item_call> </menu> |