Fix UI message (no points and no phrases in tooltips please!).

This commit is contained in:
Bastien Montagne 2017-05-30 11:42:28 +02:00
parent 31bc9beeac
commit aab3a0fda3
1 changed files with 2 additions and 2 deletions

View File

@ -750,8 +750,8 @@ void GPENCIL_OT_blank_frame_add(wmOperatorType *ot)
/* identifiers */
ot->name = "Insert Blank Frame";
ot->idname = "GPENCIL_OT_blank_frame_add";
ot->description = "Inserts a blank frame on the current frame. "
"All subsequently existing frames (if there are any) are shifted right by one frame.";
ot->description = "Inserts a blank frame on the current frame "
"(all subsequently existing frames, if any, are shifted right by one frame)";
/* callbacks */
ot->exec = gp_blank_frame_add_exec;