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:
authorHans Goudey <h.goudey@me.com>2020-11-19 00:31:15 +0300
committerHans Goudey <h.goudey@me.com>2020-11-19 00:31:26 +0300
commite9ddb21df356e1c6c21297aa463cdd6bfda8868c (patch)
treeafab40679a88f642d9bb3c42db4afaab3e1dfdf2 /source/blender/editors/armature
parent8f30a88e63fe2c86aa004f302e6f3bd4c172ea39 (diff)
Cleanup: Grammar: "Allow to" vs gerund missed in last commit
Diffstat (limited to 'source/blender/editors/armature')
-rw-r--r--source/blender/editors/armature/pose_group.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/editors/armature/pose_group.c b/source/blender/editors/armature/pose_group.c
index ffa28bf9e36..1e5004ba341 100644
--- a/source/blender/editors/armature/pose_group.c
+++ b/source/blender/editors/armature/pose_group.c
@@ -159,7 +159,7 @@ static int pose_groups_menu_invoke(bContext *C, wmOperator *op, const wmEvent *U
pup = UI_popup_menu_begin(C, op->type->name, ICON_NONE);
layout = UI_popup_menu_layout(pup);
- /* special entry - allow to create new group, then use that
+ /* special entry - allow creating a new group, then using that
* (not to be used for removing though)
*/
if (strstr(op->idname, "assign")) {