Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Antalik <richardantalik@gmail.com>2021-05-21 02:05:46 +0300
committerRichard Antalik <richardantalik@gmail.com>2021-05-21 02:06:20 +0300
commitba9cf9173667ceb5995838d33a2c35becfd9d693 (patch)
tree2d44cd7a72395f0079e08c7e0ed3cb5b76f38bff
parent695fa3a4a1a2773ee714f919274eba5807877cfb (diff)
Cleanup: spelling
-rw-r--r--source/blender/editors/space_sequencer/sequencer_select.c2
1 files changed, 1 insertions, 1 deletions
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},
};