Fix T62485: wrong tooltip text

This commit is contained in:
Antonio Vazquez 2019-03-12 13:45:28 +01:00
parent ca06b84900
commit d9c5436cf4
Notes: blender-bot 2023-02-14 08:59:10 +01:00
Referenced by issue #62485, Wrong tooltip for gpencil_stroke_snap_mode
1 changed files with 1 additions and 1 deletions

View File

@ -2448,7 +2448,7 @@ static void rna_def_tool_settings(BlenderRNA *brna)
};
static const EnumPropertyItem gpencil_stroke_snap_items[] = {
{0, "NONE", 0, "All points", "No snap"},
{0, "NONE", 0, "All points", "Snap to all points"},
{GP_PROJECT_DEPTH_STROKE_ENDPOINTS, "ENDS", 0, "End points", "Snap to first and last points and interpolate" },
{GP_PROJECT_DEPTH_STROKE_FIRST, "FIRST", 0, "First point", "Snap to first point" },
{0, NULL, 0, NULL, NULL},