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:
authorAntony Riakiotakis <kalast@gmail.com>2015-02-13 00:05:47 +0300
committerAntony Riakiotakis <kalast@gmail.com>2015-02-13 00:05:47 +0300
commiteda2d563bc2a1333ba98e26e192167cadcc26026 (patch)
treec25b086d801dea1a214def62d607f344fb6b92cd /source/blender/makesrna/intern/rna_screen.c
parent8de421bbf1c2ec9ac8156337d4df35d3d8019180 (diff)
Cleanup horrible artifact of Greek to English translation.
Diffstat (limited to 'source/blender/makesrna/intern/rna_screen.c')
-rw-r--r--source/blender/makesrna/intern/rna_screen.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/makesrna/intern/rna_screen.c b/source/blender/makesrna/intern/rna_screen.c
index 86d20e6e239..477a9dbca4f 100644
--- a/source/blender/makesrna/intern/rna_screen.c
+++ b/source/blender/makesrna/intern/rna_screen.c
@@ -415,7 +415,7 @@ static void rna_def_screen(BlenderRNA *brna)
prop = RNA_def_property(srna, "use_follow", PROP_BOOLEAN, PROP_NONE);
RNA_def_property_boolean_sdna(prop, NULL, "redraws_flag", TIME_FOLLOW);
- RNA_def_property_ui_text(prop, "Follow", "Follow current frame in editors that update");
+ RNA_def_property_ui_text(prop, "Follow", "Follow current frame in editors");
RNA_def_property_update(prop, NC_SPACE | ND_SPACE_TIME, "rna_Screen_redraw_update");
prop = RNA_def_property(srna, "use_play_animation_editors", PROP_BOOLEAN, PROP_NONE);