UI: improve tooltip for use preview range option in timeline.

Reviewed By: brecht

Differential Revision: https://developer.blender.org/D161
This commit is contained in:
Andrew Buttery 2013-12-30 23:50:19 +01:00 committed by Brecht Van Lommel
parent cb4d32cba3
commit a1c740a420

@ -5174,8 +5174,8 @@ void RNA_def_scene(BlenderRNA *brna)
RNA_def_property_boolean_sdna(prop, NULL, "r.flag", SCER_PRV_RANGE);
RNA_def_property_boolean_funcs(prop, NULL, "rna_Scene_use_preview_range_set");
RNA_def_property_ui_text(prop, "Use Preview Range",
"Use an alternative start/end frame for UI playback, "
"rather than the scene start/end frame");
"Use an alternative start/end frame range for animation playback and "
"OpenGL renders instead of the Render properties start/end frame range");
RNA_def_property_update(prop, NC_SCENE | ND_FRAME, NULL);
RNA_def_property_ui_icon(prop, ICON_PREVIEW_RANGE, 0);