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:
authorCampbell Barton <ideasman42@gmail.com>2013-09-12 23:51:31 +0400
committerCampbell Barton <ideasman42@gmail.com>2013-09-12 23:51:31 +0400
commitec2464ac5f95c93b9da3a1927fda5cd7680c2c85 (patch)
treea7305a5ca326c7975ca8c9abcaccd9a7c5c41da6 /source/blender/makesrna/intern/rna_space.c
parent679609fbede36faf153994c104315eec68f9eadd (diff)
code cleanup: unnecessary shadowing and some minor pep8 edits.
Diffstat (limited to 'source/blender/makesrna/intern/rna_space.c')
-rw-r--r--source/blender/makesrna/intern/rna_space.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/makesrna/intern/rna_space.c b/source/blender/makesrna/intern/rna_space.c
index ffef17e770a..c2a8b25013e 100644
--- a/source/blender/makesrna/intern/rna_space.c
+++ b/source/blender/makesrna/intern/rna_space.c
@@ -2600,7 +2600,7 @@ static void rna_def_space_text(BlenderRNA *brna)
prop = RNA_def_property(srna, "top", PROP_INT, PROP_NONE);
RNA_def_property_clear_flag(prop, PROP_EDITABLE);
RNA_def_property_int_sdna(prop, NULL, "top");
- RNA_def_property_ui_text(prop, "Top Line", "Top line visible.");
+ RNA_def_property_ui_text(prop, "Top Line", "Top line visible");
prop = RNA_def_property(srna, "visible_lines", PROP_INT, PROP_NONE);
RNA_def_property_clear_flag(prop, PROP_EDITABLE);