[Bf-blender-cvs] [367cd72b230] master: UI: rename navigation buttons -> controls

Campbell Barton noreply at git.blender.org
Tue Jun 25 17:48:26 CEST 2019


Commit: 367cd72b230523b9f2bcd40040689600db48df95
Author: Campbell Barton
Date:   Wed Jun 26 01:40:27 2019 +1000
Branches: master
https://developer.blender.org/rB367cd72b230523b9f2bcd40040689600db48df95

UI: rename navigation buttons -> controls

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

M	source/blender/makesrna/intern/rna_userdef.c

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

diff --git a/source/blender/makesrna/intern/rna_userdef.c b/source/blender/makesrna/intern/rna_userdef.c
index f14a668b2d9..bfdb55800a2 100644
--- a/source/blender/makesrna/intern/rna_userdef.c
+++ b/source/blender/makesrna/intern/rna_userdef.c
@@ -4129,8 +4129,8 @@ static void rna_def_userdef_view(BlenderRNA *brna)
   RNA_def_property_boolean_sdna(prop, NULL, "uiflag", USER_SHOW_GIZMO_NAVIGATE);
   RNA_def_property_ui_text(
       prop,
-      "Navigation Buttons",
-      "Show navigation buttons in 2D & 3D views which do not have scroll bars");
+      "Navigation Controls",
+      "Show navigation controls in 2D & 3D views which do not have scroll bars");
   RNA_def_property_update(prop, 0, "rna_userdef_gizmo_update");
 
   /* menus */



More information about the Bf-blender-cvs mailing list