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:14:48 +0300
committerHans Goudey <h.goudey@me.com>2020-11-19 00:14:48 +0300
commit8f30a88e63fe2c86aa004f302e6f3bd4c172ea39 (patch)
treee0bad5e526554dd254fa14c9474cbc83b72b7588 /source/blender/editors/space_node/node_select.c
parent038828f49a4f50901684a059fc990626c13e6949 (diff)
Cleanup: Grammar: "Allow to" vs gerund
In cases where "Allow" is followed by an infinitive, a noun needs to directly follow it. But it makes more sense to follow it with a gerund instead.
Diffstat (limited to 'source/blender/editors/space_node/node_select.c')
-rw-r--r--source/blender/editors/space_node/node_select.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/editors/space_node/node_select.c b/source/blender/editors/space_node/node_select.c
index 5f3047fbdc2..5060ac0db8a 100644
--- a/source/blender/editors/space_node/node_select.c
+++ b/source/blender/editors/space_node/node_select.c
@@ -1281,7 +1281,7 @@ void NODE_OT_find_node(wmOperatorType *ot)
{
/* identifiers */
ot->name = "Find Node";
- ot->description = "Search for named node and allow to select and activate it";
+ ot->description = "Search for a node by name and focus and select it";
ot->idname = "NODE_OT_find_node";
/* api callbacks */