From e4eede83187d6e4f784491532a0887d4f8c9ba31 Mon Sep 17 00:00:00 2001 From: Asad-ullah Khan Date: Wed, 4 Mar 2020 21:29:23 +1100 Subject: UI: rename View Selected" to "Frame Selected" Addresses T74331 --- source/blender/editors/sculpt_paint/paint_vertex.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'source/blender/editors/sculpt_paint/paint_vertex.c') diff --git a/source/blender/editors/sculpt_paint/paint_vertex.c b/source/blender/editors/sculpt_paint/paint_vertex.c index 684f53971a7..345a0a95479 100644 --- a/source/blender/editors/sculpt_paint/paint_vertex.c +++ b/source/blender/editors/sculpt_paint/paint_vertex.c @@ -2333,7 +2333,7 @@ static void wpaint_stroke_update_step(bContext *C, struct PaintStroke *stroke, P swap_m4m4(vc->rv3d->persmat, mat); /* calculate pivot for rotation around seletion if needed */ - /* also needed for "View Selected" on last stroke */ + /* also needed for "Frame Selected" on last stroke */ float loc_world[3]; mul_v3_m4v3(loc_world, ob->obmat, ss->cache->true_location); paint_last_stroke_update(scene, loc_world); @@ -3313,7 +3313,7 @@ static void vpaint_stroke_update_step(bContext *C, struct PaintStroke *stroke, P } /* calculate pivot for rotation around seletion if needed */ - /* also needed for "View Selected" on last stroke */ + /* also needed for "Frame Selected" on last stroke */ float loc_world[3]; mul_v3_m4v3(loc_world, ob->obmat, ss->cache->true_location); paint_last_stroke_update(scene, loc_world); -- cgit v1.2.3