From ea4b279c322c1fb09dc694999d2d5724b55b10ca Mon Sep 17 00:00:00 2001 From: Aaron Carlisle Date: Sun, 30 Jun 2019 12:23:30 -0400 Subject: UI: Use term "3D Viewport" --- source/blender/makesrna/intern/rna_screen.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '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); -- cgit v1.2.3