diff options
| -rw-r--r-- | indra/newview/skins/default/xui/en/floater_sell_land.xml | 66 | 
1 files changed, 17 insertions, 49 deletions
| diff --git a/indra/newview/skins/default/xui/en/floater_sell_land.xml b/indra/newview/skins/default/xui/en/floater_sell_land.xml index 8fedd0a89f..fd653895a2 100644 --- a/indra/newview/skins/default/xui/en/floater_sell_land.xml +++ b/indra/newview/skins/default/xui/en/floater_sell_land.xml @@ -96,27 +96,16 @@       width="200">          To sell this parcel:      </text> -    <icon -     follows="top|left" -     height="64" -     image_name="badge_note.j2c" -     layout="topleft" -     left="0" -     name="step_price" -     top="206" -     width="64" />      <text       type="string"       length="1" -     bottom_delta="-38"       follows="top|left"       font="SansSerif"       height="16"       layout="topleft" -     left="72" -     name="price_label" -     right="-20"> -        Set a price: +     left="30" +     name="price_label"> +        1. Set a price:      </text>      <text       type="string" @@ -124,9 +113,8 @@       follows="top|left"       height="16"       layout="topleft" -     left="72" -     name="price_text" -     right="-20"> +     left="40" +     name="price_text">          Choose an appropriate price.      </text>      <text @@ -134,7 +122,7 @@       length="1"       height="16"       layout="topleft" -     left="72" +     left="40"       name="price_ld"       width="20">          L$ @@ -156,32 +144,22 @@       length="1"       height="16"       layout="topleft" -     left="72" +     left="40"       name="price_per_m"       top_delta="25"       width="200">          (L$[PER_METER] per m²)      </text> -    <icon -     follows="top|left" -     height="64" -     image_name="badge_note.j2c" -     layout="topleft" -     left="0" -     name="step_sell_to" -     width="64" />      <text       type="string"       length="1" -     bottom_delta="-38"       follows="top|left"       font="SansSerif"       height="16"       layout="topleft" -     left="72" -     name="sell_to_label" -     right="-20"> -        Sell the land to: +     left="30" +     name="sell_to_label"> +        2. Sell the land to:      </text>      <text       type="string" @@ -189,7 +167,7 @@       follows="top|left"       height="25"       layout="topleft" -     left="72" +     left="40"       word_wrap="true"       name="sell_to_text"       right="-20"> @@ -235,26 +213,16 @@       name="sell_to_select_agent"       top_delta="0"       width="60" /> -    <icon -     follows="top|left" -     height="64" -     image_name="badge_note.j2c" -     layout="topleft" -     left="0" -     name="step_sell_objects" -     width="64" />      <text       type="string"       length="1" -     bottom_delta="-38"       follows="top|left"       font="SansSerif"       height="16"       layout="topleft" -     left="72" -     name="sell_objects_label" -     right="-20"> -        Sell the objects with the land? +     left="30" +     name="sell_objects_label"> +        3. Sell the objects with the land?      </text>      <text       type="string" @@ -264,7 +232,7 @@       height="25"       layout="topleft"       word_wrap="true" -     left="72" +     left="40"       name="sell_objects_text">          Land owner's transferable objects on parcel will change ownership.      </text> @@ -273,7 +241,7 @@       follows="top|right"       height="40"       layout="topleft" -     left="72" +     left="40"       name="sell_objects"       right="420">          <radio_item @@ -304,7 +272,7 @@       label="Show Objects"       layout="topleft"       name="show_objects" -     left="100" +     left="70"       top_pad="10"       width="110" />      <text | 
