diff options
author | Andrew Dyukov <adyukov@productengine.com> | 2010-03-06 00:17:16 +0200 |
---|---|---|
committer | Andrew Dyukov <adyukov@productengine.com> | 2010-03-06 00:17:16 +0200 |
commit | 8ae52e2b90e9767787c14f0ac8a0bc6cc5f1df73 (patch) | |
tree | 0dc75ad729bbcad86f87a49330c11ee84336e382 /indra/newview/skins/default/xui/en/floater_about_land.xml | |
parent | 870dcca7871a1903d688c3f6a8f2b30d7cf62b7e (diff) |
Partially implemented nice-to have sub-task EXT-4706 (Add maturity icons to About Land).
- Added maturity icons to General and Covenant tabs.
--HG--
branch : product-engine
Diffstat (limited to 'indra/newview/skins/default/xui/en/floater_about_land.xml')
-rw-r--r-- | indra/newview/skins/default/xui/en/floater_about_land.xml | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/indra/newview/skins/default/xui/en/floater_about_land.xml b/indra/newview/skins/default/xui/en/floater_about_land.xml index 29c6ae8009..8d45bdd4aa 100644 --- a/indra/newview/skins/default/xui/en/floater_about_land.xml +++ b/indra/newview/skins/default/xui/en/floater_about_land.xml @@ -9,6 +9,18 @@ title="ABOUT LAND" width="490"> <floater.string + name="maturity_icon_general"> + "Parcel_PG_Dark" + </floater.string> + <floater.string + name="maturity_icon_moderate"> + "Parcel_M_Dark" + </floater.string> + <floater.string + name="maturity_icon_adult"> + "Parcel_R_Dark" + </floater.string> + <floater.string name="Minutes"> [MINUTES] minutes </floater.string> |