diff options
author | Jacek Antonelli | 2008-11-22 01:59:58 -0600 |
---|---|---|
committer | Jacek Antonelli | 2008-11-22 03:00:25 -0600 |
commit | fd776f1de80fd8b1dc19be5587ee165af2c18162 (patch) | |
tree | f348e550f59008d4d36b862438f0d4b9cbb5371b /linden/indra/newview/skins/default | |
parent | Bogus quick filter strings should be ignored. (diff) | |
download | meta-impy-fd776f1de80fd8b1dc19be5587ee165af2c18162.zip meta-impy-fd776f1de80fd8b1dc19be5587ee165af2c18162.tar.gz meta-impy-fd776f1de80fd8b1dc19be5587ee165af2c18162.tar.bz2 meta-impy-fd776f1de80fd8b1dc19be5587ee165af2c18162.tar.xz |
Renamed "Show All Items" filter to "All Types".
Diffstat (limited to 'linden/indra/newview/skins/default')
-rw-r--r-- | linden/indra/newview/skins/default/xui/en-us/floater_inventory.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/linden/indra/newview/skins/default/xui/en-us/floater_inventory.xml b/linden/indra/newview/skins/default/xui/en-us/floater_inventory.xml index 9cda2a9..6e9eb86 100644 --- a/linden/indra/newview/skins/default/xui/en-us/floater_inventory.xml +++ b/linden/indra/newview/skins/default/xui/en-us/floater_inventory.xml | |||
@@ -14,7 +14,7 @@ | |||
14 | <combo_box name="Quick Filter" label="Quick Filter" follows="left|top" | 14 | <combo_box name="Quick Filter" label="Quick Filter" follows="left|top" |
15 | height="20" left="80" width="120" bottom_delta="0"> | 15 | height="20" left="80" width="120" bottom_delta="0"> |
16 | <combo_item name="type_all"> | 16 | <combo_item name="type_all"> |
17 | Show All Items | 17 | All Types |
18 | </combo_item> | 18 | </combo_item> |
19 | <!-- combo list separator would go here, if such a thing existed --> | 19 | <!-- combo list separator would go here, if such a thing existed --> |
20 | <combo_item name="type_animation"> | 20 | <combo_item name="type_animation"> |