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>2011-11-14 23:13:52 +0400
committerBastien Montagne <montagne29@wanadoo.fr>2011-11-14 23:13:52 +0400
commit21fa7e0b866e6ff3f27e38a23a078e5afbb2266b (patch)
tree7b8b65935af62c0fb983d33049940e3025e79d98 /source/blender/editors/physics/dynamicpaint_ops.c
parentd6e050874629384f9907b3283503cfe4abaeca45 (diff)
Some UI messages fixes and tweaks in recent merges (found while translating in french).
Diffstat (limited to 'source/blender/editors/physics/dynamicpaint_ops.c')
-rw-r--r--source/blender/editors/physics/dynamicpaint_ops.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/source/blender/editors/physics/dynamicpaint_ops.c b/source/blender/editors/physics/dynamicpaint_ops.c
index 6739e297309..a12a9c8720b 100644
--- a/source/blender/editors/physics/dynamicpaint_ops.c
+++ b/source/blender/editors/physics/dynamicpaint_ops.c
@@ -183,7 +183,7 @@ void DPAINT_OT_type_toggle(wmOperatorType *ot)
/* identifiers */
ot->name= "Toggle Type Active";
ot->idname= "DPAINT_OT_type_toggle";
- ot->description = "Toggles whether given type is active or not";
+ ot->description = "Toggle whether given type is active or not";
/* api callbacks */
ot->exec= type_toggle_exec;
@@ -251,7 +251,7 @@ void DPAINT_OT_output_toggle(wmOperatorType *ot)
/* identifiers */
ot->name= "Toggle Output Layer";
ot->idname= "DPAINT_OT_output_toggle";
- ot->description = "Adds or removes Dynamic Paint output data layer";
+ ot->description = "Add or remove Dynamic Paint output data layer";
/* api callbacks */
ot->exec= output_toggle_exec;