[Bf-blender-cvs] [ba9cf917366] master: Cleanup: spelling

Richard Antalik noreply at git.blender.org
Fri May 21 01:09:31 CEST 2021


Commit: ba9cf9173667ceb5995838d33a2c35becfd9d693
Author: Richard Antalik
Date:   Fri May 21 01:05:46 2021 +0200
Branches: master
https://developer.blender.org/rBba9cf9173667ceb5995838d33a2c35becfd9d693

Cleanup: spelling

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

M	source/blender/editors/space_sequencer/sequencer_select.c

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

diff --git a/source/blender/editors/space_sequencer/sequencer_select.c b/source/blender/editors/space_sequencer/sequencer_select.c
index e386a48ed7e..cfc11afce13 100644
--- a/source/blender/editors/space_sequencer/sequencer_select.c
+++ b/source/blender/editors/space_sequencer/sequencer_select.c
@@ -1209,7 +1209,7 @@ void SEQUENCER_OT_select_side_of_frame(wmOperatorType *ot)
   static const EnumPropertyItem sequencer_select_left_right_types[] = {
       {-1, "LEFT", 0, "Left", "Select to the left of the current frame"},
       {1, "RIGHT", 0, "Right", "Select to the right of the current frame"},
-      {2, "CURRENT", 0, "Current frame", "Select intersecting with the current frame"},
+      {2, "CURRENT", 0, "Current Frame", "Select intersecting with the current frame"},
       {0, NULL, 0, NULL, NULL},
   };



More information about the Bf-blender-cvs mailing list