From 1c357a3c5fc14bf7094c14355e3bc5a5f66ec584 Mon Sep 17 00:00:00 2001 From: Aaron Carlisle Date: Mon, 12 Apr 2021 14:18:05 -0400 Subject: UI: Use Consistent name for select mirror This commit cleans up the RNA names of select mirror operators so that they are all "Select mirror". This makes the select menu in edit/pose mode consistent regardless of object type. Differential Revision: https://developer.blender.org/D7356 --- source/blender/editors/armature/pose_select.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/blender/editors/armature/pose_select.c') diff --git a/source/blender/editors/armature/pose_select.c b/source/blender/editors/armature/pose_select.c index 0b0f1925746..8fc06a5f962 100644 --- a/source/blender/editors/armature/pose_select.c +++ b/source/blender/editors/armature/pose_select.c @@ -1284,7 +1284,7 @@ static int pose_select_mirror_exec(bContext *C, wmOperator *op) void POSE_OT_select_mirror(wmOperatorType *ot) { /* identifiers */ - ot->name = "Flip Active/Selected Bone"; + ot->name = "Select Mirror"; ot->idname = "POSE_OT_select_mirror"; ot->description = "Mirror the bone selection"; -- cgit v1.2.3