diff options
| author | Dave Parks <davep@lindenlab.com> | 2023-02-28 12:52:38 -0600 | 
|---|---|---|
| committer | Dave Parks <davep@lindenlab.com> | 2023-02-28 12:52:38 -0600 | 
| commit | e42d97d027282a76923f85fd1f61e55ee8b1eeea (patch) | |
| tree | affef15968e63e925e3f0149282b8406a705920f /indra | |
| parent | 9a024172da94871716791174079c7f9f5eb23f45 (diff) | |
SL-18435 Rename texture tab combo box items and change "PBR" label on material swatch to "Material"
Diffstat (limited to 'indra')
| -rw-r--r-- | indra/newview/skins/default/xui/en/panel_tools_texture.xml | 6 | 
1 files changed, 3 insertions, 3 deletions
| diff --git a/indra/newview/skins/default/xui/en/panel_tools_texture.xml b/indra/newview/skins/default/xui/en/panel_tools_texture.xml index 3bcbe0ca3a..67bdd189c1 100644 --- a/indra/newview/skins/default/xui/en/panel_tools_texture.xml +++ b/indra/newview/skins/default/xui/en/panel_tools_texture.xml @@ -140,11 +140,11 @@               top_pad="17"               width="90">                  <combo_box.item -                 label="Materials" +                 label="Blinn-Phong"                   name="Materials"                   value="Materials" />                  <combo_box.item -                 label="PBR" +                 label="PBR Metallic Roughness"                   name="PBR"                   value="PBR" />                  <combo_box.item @@ -256,7 +256,7 @@               allow_no_texture="true"               follows="left|top"               height="80" -             label="PBR       " +             label="Material"               layout="topleft"               left="10"               name="pbr_control" | 
