diff --git a/source/blender/makesrna/intern/rna_scene.cc b/source/blender/makesrna/intern/rna_scene.cc index 7490add2641..13fb12f2b7a 100644 --- a/source/blender/makesrna/intern/rna_scene.cc +++ b/source/blender/makesrna/intern/rna_scene.cc @@ -8641,7 +8641,9 @@ void RNA_def_scene(BlenderRNA *brna) RNA_def_property_clear_flag(prop, PROP_ANIMATABLE); RNA_def_property_boolean_sdna(prop, nullptr, "r.flag", SCER_SHOW_SUBFRAME); RNA_def_property_ui_text( - prop, "Show Subframe", "Show current scene subframe and allow set it using interface tools"); + prop, + "Show Subframe", + "Display and allow setting fractional frame values for the current frame"); RNA_def_property_update(prop, NC_SCENE | ND_FRAME, "rna_Scene_show_subframe_update"); /* Timeline / Time Navigation settings */