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>2014-12-02 00:25:54 +0300
committerBastien Montagne <montagne29@wanadoo.fr>2014-12-02 00:25:54 +0300
commit44df4242fa5845803ba5786dd867cf4261b09421 (patch)
tree6402178c9d066a48a7dcf0beb389b11c75867711
parente35b4bac0a2c537cd076c0ba92d443bc4e576da9 (diff)
UI messages: Minor typo fix.
-rw-r--r--source/blender/editors/gpencil/gpencil_edit.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/source/blender/editors/gpencil/gpencil_edit.c b/source/blender/editors/gpencil/gpencil_edit.c
index a6efeef8716..6c7cd747a55 100644
--- a/source/blender/editors/gpencil/gpencil_edit.c
+++ b/source/blender/editors/gpencil/gpencil_edit.c
@@ -967,7 +967,8 @@ void GPENCIL_OT_delete(wmOperatorType *ot)
{GP_DELETEOP_STROKES, "STROKES", 0, "Strokes", "Delete selected strokes"},
{GP_DELETEOP_FRAME, "FRAME", 0, "Frame", "Delete active frame"},
{0, "", 0, NULL, NULL},
- {GP_DELETEOP_POINTS_DISSOLVE, "DISSOLVE_POINTS", 0, "Dissolve Points", "Delete selected points without splitting strokesp"},
+ {GP_DELETEOP_POINTS_DISSOLVE, "DISSOLVE_POINTS", 0, "Dissolve Points",
+ "Delete selected points without splitting strokes"},
{0, NULL, 0, NULL, NULL}
};