Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCampbell Barton <campbell@blender.org>2022-04-07 07:48:00 +0300
committerCampbell Barton <campbell@blender.org>2022-04-07 07:48:20 +0300
commit7cd6bda206800218da47ee35c53066a71d25ef22 (patch)
treedf68fcb19a3138c0820969de4928543b0551f881 /source/blender/editors/armature
parent792a481bee4352478f624927680e7aa0eaeb2267 (diff)
Cleanup: spelling in comments, minor reformatting changes
Diffstat (limited to 'source/blender/editors/armature')
-rw-r--r--source/blender/editors/armature/pose_lib.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/editors/armature/pose_lib.c b/source/blender/editors/armature/pose_lib.c
index 753ffe47698..e0e5693c79b 100644
--- a/source/blender/editors/armature/pose_lib.c
+++ b/source/blender/editors/armature/pose_lib.c
@@ -450,7 +450,7 @@ static int poselib_add_menu_invoke(bContext *C, wmOperator *op, const wmEvent *U
"frame",
CFRA);
- /* replace existing - submenu */
+ /* Replace existing - sub-menu. */
uiItemMenuF(
layout, IFACE_("Replace Existing..."), 0, poselib_add_menu_invoke__replacemenu, NULL);
}