diff --git a/source/blender/editors/armature/bone_collections.cc b/source/blender/editors/armature/bone_collections.cc index fd63b1d340c..c755034f818 100644 --- a/source/blender/editors/armature/bone_collections.cc +++ b/source/blender/editors/armature/bone_collections.cc @@ -1145,7 +1145,7 @@ static int move_to_new_collection_invoke(bContext *C, wmOperator *op) { RNA_string_set(op->ptr, "new_collection_name", IFACE_("Bones")); return WM_operator_props_dialog_popup( - C, op, 200, IFACE_("Move to New Bone Collection"), IFACE_("Move")); + C, op, 200, IFACE_("Move to New Bone Collection"), IFACE_("Create")); } static int move_to_collection_invoke(bContext *C, wmOperator *op, const wmEvent * /*event*/)