[Bf-blender-cvs] [8b260fec0c7] master: UI: rename "Toggle ..." back to "Show Markers"

Alessio Monti di Sopra noreply at git.blender.org
Mon Dec 2 16:04:13 CET 2019


Commit: 8b260fec0c7d89c1e9bd0d876176d8d5f7efa036
Author: Alessio Monti di Sopra
Date:   Tue Dec 3 01:52:28 2019 +1100
Branches: master
https://developer.blender.org/rB8b260fec0c7d89c1e9bd0d876176d8d5f7efa036

UI: rename "Toggle ..." back to "Show Markers"

Change made in recent show marker refactor dc87d09b8b324

On writing docs the term "Show" makes more sense.

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

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

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

diff --git a/source/blender/makesrna/intern/rna_space.c b/source/blender/makesrna/intern/rna_space.c
index c97d19f47e5..89c6c05021e 100644
--- a/source/blender/makesrna/intern/rna_space.c
+++ b/source/blender/makesrna/intern/rna_space.c
@@ -4821,7 +4821,7 @@ static void rna_def_space_dopesheet(BlenderRNA *brna)
   prop = RNA_def_property(srna, "show_pose_markers", PROP_BOOLEAN, PROP_NONE);
   RNA_def_property_boolean_sdna(prop, NULL, "flag", SACTION_POSEMARKERS_SHOW);
   RNA_def_property_ui_text(prop,
-                           "Toggle Pose Markers",
+                           "Show Pose Markers",
                            "Show markers belonging to the active action instead of Scene markers "
                            "(Action and Shape Key Editors only)");
   RNA_def_property_update(prop, NC_SPACE | ND_SPACE_DOPESHEET, NULL);



More information about the Bf-blender-cvs mailing list