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:
authorAaron Carlisle <carlisle.b3d@gmail.com>2018-08-14 03:19:50 +0300
committerAaron Carlisle <carlisle.b3d@gmail.com>2018-08-14 03:51:35 +0300
commit721321bf9e4f397ef795aa4f8d7674bd54ea3fe2 (patch)
tree6bbdf6dbe45d415c128ccc4014d391b70614f09b /source/blender/editors/gpencil/gpencil_data.c
parent34c09bc21e4ff7e8d45c5adbed83a37471d523a9 (diff)
Cleanup: copy paste error in tooltip
Diffstat (limited to 'source/blender/editors/gpencil/gpencil_data.c')
-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 faeee4db169..752839e8dfa 100644
--- a/source/blender/editors/gpencil/gpencil_data.c
+++ b/source/blender/editors/gpencil/gpencil_data.c
@@ -2259,7 +2259,7 @@ void GPENCIL_OT_color_reveal(wmOperatorType *ot)
/* identifiers */
ot->name = "Show All Colors";
ot->idname = "GPENCIL_OT_color_reveal";
- ot->description = "Unhide all hidden Grease Pencil gpencil_ colors";
+ ot->description = "Unhide all hidden Grease Pencil colors";
/* callbacks */
ot->exec = gpencil_color_reveal_exec;