[Bf-blender-cvs] [eda2d56] master: Cleanup horrible artifact of Greek to English translation.

Antony Riakiotakis noreply at git.blender.org
Thu Feb 12 22:06:14 CET 2015


Commit: eda2d563bc2a1333ba98e26e192167cadcc26026
Author: Antony Riakiotakis
Date:   Thu Feb 12 22:05:47 2015 +0100
Branches: master
https://developer.blender.org/rBeda2d563bc2a1333ba98e26e192167cadcc26026

Cleanup horrible artifact of Greek to English translation.

===================================================================

M	source/blender/makesrna/intern/rna_screen.c

===================================================================

diff --git a/source/blender/makesrna/intern/rna_screen.c b/source/blender/makesrna/intern/rna_screen.c
index 86d20e6..477a9db 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);




More information about the Bf-blender-cvs mailing list