From eda2d563bc2a1333ba98e26e192167cadcc26026 Mon Sep 17 00:00:00 2001 From: Antony Riakiotakis Date: Thu, 12 Feb 2015 22:05:47 +0100 Subject: Cleanup horrible artifact of Greek to English translation. --- source/blender/makesrna/intern/rna_screen.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source') 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); -- cgit v1.2.3