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
path: root/source
diff options
context:
space:
mode:
authorAntonioya <blendergit@gmail.com>2018-08-01 11:39:16 +0300
committerAntonioya <blendergit@gmail.com>2018-08-01 11:39:16 +0300
commitaf79ac944d7b14f8ce24548345cac5a34ff4de55 (patch)
treefef6d54547df467d5bf54ead9eae4fbb6f04d4ef /source
parentc06bed25c70cb80657447e510890b29ceb6bbc1b (diff)
Cleanup: Replace "Move Color" to "Assign Material"
Diffstat (limited to 'source')
-rw-r--r--source/blender/editors/gpencil/gpencil_data.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/editors/gpencil/gpencil_data.c b/source/blender/editors/gpencil/gpencil_data.c
index c58c45b3117..01cf8aeb7f1 100644
--- a/source/blender/editors/gpencil/gpencil_data.c
+++ b/source/blender/editors/gpencil/gpencil_data.c
@@ -1192,7 +1192,7 @@ void GPENCIL_OT_stroke_change_color(wmOperatorType *ot)
/* identifiers */
ot->name = "Change Stroke Color";
ot->idname = "GPENCIL_OT_stroke_change_color";
- ot->description = "Move selected strokes to active color";
+ ot->description = "Move selected strokes to active material";
/* callbacks */
ot->exec = gp_stroke_change_color_exec;