Fix descriptions for mask selection operators and use less ambiguous "letter-spacing" term

This commit is contained in:
Sv. Lockal
2013-07-20 12:24:53 +00:00
parent 3de1458cdf
commit 8ff67f12c7
2 changed files with 6 additions and 6 deletions

View File

@@ -362,7 +362,7 @@ class DATA_PT_paragraph(CurveButtonsPanel, Panel):
col = split.column(align=True)
col.label(text="Spacing:")
col.prop(text, "space_character", text="Character")
col.prop(text, "space_character", text="Letter")
col.prop(text, "space_word", text="Word")
col.prop(text, "space_line", text="Line")