Skip to content

Commit

Permalink
make wording consistent
Browse files Browse the repository at this point in the history
  • Loading branch information
duranb committed Nov 9, 2023
1 parent 97d2fa7 commit 58b498e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/components/timeline/TimelineContextMenu.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -299,7 +299,9 @@
{/if}
<ContextMenuSeparator />
{#if span}
<ContextSubMenuItem text="Center around Simulated Activity" parentMenu={contextMenuComponent}>
<ContextSubMenuItem text="Zoom around Simulated Activity" parentMenu={contextMenuComponent}>
<ContextMenuItem on:click={() => onZoomHome()}>Reset Zoom</ContextMenuItem>
<ContextMenuSeparator />
<ContextMenuItem on:click={() => onFocus(TIME_MS.MILLISECOND)}>1 Millisecond Padding</ContextMenuItem>
<ContextMenuItem on:click={() => onFocus(TIME_MS.MILLISECOND * 10)}>10 Millisecond Padding</ContextMenuItem>
<ContextMenuItem on:click={() => onFocus(TIME_MS.MILLISECOND * 50)}>50 Millisecond Padding</ContextMenuItem>
Expand Down

0 comments on commit 58b498e

Please sign in to comment.