From 0df33cc52d20994492a24777b511786bb7f61c2c Mon Sep 17 00:00:00 2001 From: Thomas Dinges Date: Mon, 27 Mar 2017 21:59:29 +0200 Subject: Cycles UI: Avoid abreviation for Hair Extension. Since 2.5x we should try to avoid such abreviations in the UI, except for common terms like Min / Max as much as possible. --- intern/cycles/blender/addon/ui.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/intern/cycles/blender/addon/ui.py b/intern/cycles/blender/addon/ui.py index ca4b3baf8a9..bb45e75536c 100644 --- a/intern/cycles/blender/addon/ui.py +++ b/intern/cycles/blender/addon/ui.py @@ -268,7 +268,7 @@ class CyclesRender_PT_geometry(CyclesButtonsPanel, Panel): row = col.row() row.prop(ccscene, "minimum_width", text="Min Pixels") - row.prop(ccscene, "maximum_width", text="Max Ext.") + row.prop(ccscene, "maximum_width", text="Max Extension") class CyclesRender_PT_light_paths(CyclesButtonsPanel, Panel): -- cgit v1.2.3