[Bf-blender-cvs] [ea4b279c322] master: UI: Use term "3D Viewport"

Aaron Carlisle noreply at git.blender.org
Sun Jun 30 21:51:07 CEST 2019


Commit: ea4b279c322c1fb09dc694999d2d5724b55b10ca
Author: Aaron Carlisle
Date:   Sun Jun 30 12:23:30 2019 -0400
Branches: master
https://developer.blender.org/rBea4b279c322c1fb09dc694999d2d5724b55b10ca

UI: Use term "3D Viewport"

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

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

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

diff --git a/source/blender/makesrna/intern/rna_screen.c b/source/blender/makesrna/intern/rna_screen.c
index 6982b8a7f52..853017e6daf 100644
--- a/source/blender/makesrna/intern/rna_screen.c
+++ b/source/blender/makesrna/intern/rna_screen.c
@@ -576,7 +576,7 @@ static void rna_def_screen(BlenderRNA *brna)
 
   prop = RNA_def_property(srna, "use_play_3d_editors", PROP_BOOLEAN, PROP_NONE);
   RNA_def_property_boolean_sdna(prop, NULL, "redraws_flag", TIME_ALL_3D_WIN);
-  RNA_def_property_ui_text(prop, "All 3D View Editors", "");
+  RNA_def_property_ui_text(prop, "All 3D Viewports", "");
   RNA_def_property_update(prop, NC_SPACE | ND_SPACE_TIME, "rna_Screen_redraw_update");
 
   prop = RNA_def_property(srna, "use_follow", PROP_BOOLEAN, PROP_NONE);



More information about the Bf-blender-cvs mailing list