From 58b498efe43f5e236117f8d4ffbe093cf7aa0d9c Mon Sep 17 00:00:00 2001 From: bduran Date: Thu, 9 Nov 2023 10:12:33 -0800 Subject: [PATCH] make wording consistent --- src/components/timeline/TimelineContextMenu.svelte | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/components/timeline/TimelineContextMenu.svelte b/src/components/timeline/TimelineContextMenu.svelte index f28ec3bf75..2aafee3737 100644 --- a/src/components/timeline/TimelineContextMenu.svelte +++ b/src/components/timeline/TimelineContextMenu.svelte @@ -299,7 +299,9 @@ {/if} {#if span} - + + onZoomHome()}>Reset Zoom + onFocus(TIME_MS.MILLISECOND)}>1 Millisecond Padding onFocus(TIME_MS.MILLISECOND * 10)}>10 Millisecond Padding onFocus(TIME_MS.MILLISECOND * 50)}>50 Millisecond Padding