[Bf-blender-cvs] [a3b9f20b1b6] master: UI: make UI label clearer for Affect Rotation

William Reynish noreply at git.blender.org
Thu Mar 21 16:30:57 CET 2019


Commit: a3b9f20b1b6fb4989cfafd63e003729ba440bfc9
Author: William Reynish
Date:   Thu Mar 21 16:30:55 2019 +0100
Branches: master
https://developer.blender.org/rBa3b9f20b1b6fb4989cfafd63e003729ba440bfc9

UI: make UI label clearer for Affect Rotation

===================================================================

M	release/scripts/startup/bl_ui/properties_physics_common.py

===================================================================

diff --git a/release/scripts/startup/bl_ui/properties_physics_common.py b/release/scripts/startup/bl_ui/properties_physics_common.py
index a3486dee84e..965b635418f 100644
--- a/release/scripts/startup/bl_ui/properties_physics_common.py
+++ b/release/scripts/startup/bl_ui/properties_physics_common.py
@@ -306,7 +306,7 @@ def basic_force_field_settings_ui(self, context, field):
         col.prop(field, "flow")
 
     col.prop(field, "apply_to_location", text="Affect Location")
-    col.prop(field, "apply_to_rotation", text="Rotation")
+    col.prop(field, "apply_to_rotation", text="Affect Rotation")
 
     col = flow.column()
     sub = col.column(align=True)



More information about the Bf-blender-cvs mailing list