From 3b024d63fe50d8e69d2d76e009f032cad3f1a538 Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Mon, 6 Jan 2014 01:33:45 +1100 Subject: Text3d: fix font family feature for unicode and correct tooltip --- source/blender/makesrna/intern/rna_curve.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'source/blender/makesrna/intern/rna_curve.c') diff --git a/source/blender/makesrna/intern/rna_curve.c b/source/blender/makesrna/intern/rna_curve.c index bb124600686..8aacfe470ea 100644 --- a/source/blender/makesrna/intern/rna_curve.c +++ b/source/blender/makesrna/intern/rna_curve.c @@ -1009,9 +1009,9 @@ static void rna_def_font(BlenderRNA *UNUSED(brna), StructRNA *srna) prop = RNA_def_property(srna, "family", PROP_STRING, PROP_NONE); RNA_def_property_string_maxlength(prop, MAX_ID_NAME - 2); RNA_def_property_ui_text(prop, "Object Font", - "Use Blender Objects as font characters (give font objects a common name " - "followed by the character they represent, eg. family_a, family_b, etc, " - "and turn on Verts Duplication)"); + "Use Objects as font characters (give font objects a common name " + "followed by the character they represent, eg. 'family_a', 'family_b', etc, " + "and set this to 'family_', turn on Vertex Duplication)"); RNA_def_property_update(prop, 0, "rna_Curve_update_data"); prop = RNA_def_property(srna, "body", PROP_STRING, PROP_NONE); -- cgit v1.2.3