Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSv. Lockal <lockalsash@gmail.com>2013-07-20 16:24:53 +0400
committerSv. Lockal <lockalsash@gmail.com>2013-07-20 16:24:53 +0400
commit8ff67f12c79819cc06bb803ef79e7c97f73f2ef1 (patch)
treeb5d77f227c96abd8b2bd4d2049cad1c1d6e46d53 /release
parent3de1458cdf5221923b04f0019cc1e6ad7de1809a (diff)
Fix descriptions for mask selection operators and use less ambiguous "letter-spacing" term
Diffstat (limited to 'release')
-rw-r--r--release/scripts/startup/bl_ui/properties_data_curve.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/release/scripts/startup/bl_ui/properties_data_curve.py b/release/scripts/startup/bl_ui/properties_data_curve.py
index 7747ef45c4d..117a662cd07 100644
--- a/release/scripts/startup/bl_ui/properties_data_curve.py
+++ b/release/scripts/startup/bl_ui/properties_data_curve.py
@@ -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")