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:
authorCampbell Barton <ideasman42@gmail.com>2021-10-06 06:45:33 +0300
committerCampbell Barton <ideasman42@gmail.com>2021-10-06 06:54:05 +0300
commitc73a550e904086b06b5a02e246609222270a847d (patch)
treecd7fc4f76917abc86a887c680c25ed6106f83d37 /release/scripts/startup/bl_ui
parent876b2504997e296bc926feb8b530ff1898f35cbc (diff)
UI: rename sequencer "Select" to "Tweak"
This matches the tweak tool elsewhere. Match names since this name is shown prominently in the fall back tool selector.
Diffstat (limited to 'release/scripts/startup/bl_ui')
-rw-r--r--release/scripts/startup/bl_ui/space_toolsystem_toolbar.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/release/scripts/startup/bl_ui/space_toolsystem_toolbar.py b/release/scripts/startup/bl_ui/space_toolsystem_toolbar.py
index 5970d6fdf2b..6478cff3597 100644
--- a/release/scripts/startup/bl_ui/space_toolsystem_toolbar.py
+++ b/release/scripts/startup/bl_ui/space_toolsystem_toolbar.py
@@ -2508,10 +2508,10 @@ class _defs_sequencer_select:
def select():
return dict(
idname="builtin.select",
- label="Select",
+ label="Tweak",
icon="ops.generic.select",
widget=None,
- keymap="Sequencer Tool: Select",
+ keymap="Sequencer Tool: Tweak",
)
@ToolDef.from_fn