Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCampbell Barton <ideasman42@gmail.com>2019-06-25 18:40:27 +0300
committerCampbell Barton <ideasman42@gmail.com>2019-06-25 18:46:02 +0300
commit367cd72b230523b9f2bcd40040689600db48df95 (patch)
tree7e1f33667756fbeabbd379a5779c96bfbf223832 /source/blender/makesrna/intern/rna_userdef.c
parent72cf239780a3733fb0aec0bb8c9e65547096d352 (diff)
UI: rename navigation buttons -> controls
Diffstat (limited to 'source/blender/makesrna/intern/rna_userdef.c')
-rw-r--r--source/blender/makesrna/intern/rna_userdef.c4
1 files changed, 2 insertions, 2 deletions
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 */