UI messages: Minor typo fix.

This commit is contained in:
Bastien Montagne 2014-12-01 22:25:54 +01:00
parent e35b4bac0a
commit 44df4242fa
1 changed files with 2 additions and 1 deletions

View File

@ -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}
};