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:
authorBastien Montagne <montagne29@wanadoo.fr>2013-07-23 10:58:05 +0400
committerBastien Montagne <montagne29@wanadoo.fr>2013-07-23 10:58:05 +0400
commit80697295529ace7fbd10347ed955486dae2dc9ee (patch)
treee2ac8828f8fd4d3d4228aa63f5f9e1b54257182c /source/blender/editors/space_node/node_add.c
parentf7037737f35e5bc7f1194c477a1f51bcd3b1eb50 (diff)
Minor UI typo fix... ;)
Diffstat (limited to 'source/blender/editors/space_node/node_add.c')
-rw-r--r--source/blender/editors/space_node/node_add.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/editors/space_node/node_add.c b/source/blender/editors/space_node/node_add.c
index 0dc1415ea69..4c40b6c412b 100644
--- a/source/blender/editors/space_node/node_add.c
+++ b/source/blender/editors/space_node/node_add.c
@@ -441,7 +441,7 @@ static int node_add_mask_invoke(bContext *C, wmOperator *op, const wmEvent *even
node = node_add_node(C, NULL, CMP_NODE_MASK, snode->cursor[0], snode->cursor[1]);
if (!node) {
- BKE_report(op->reports, RPT_WARNING, "Could not add an mask node");
+ BKE_report(op->reports, RPT_WARNING, "Could not add a mask node");
return OPERATOR_CANCELLED;
}