From fa74fb4ada449a29dc339d3b952b82f1da5cc518 Mon Sep 17 00:00:00 2001 From: David Bolack Date: Sat, 7 Sep 2024 21:38:07 -0500 Subject: [PATCH] Update tooltips for locking. --- shared/naturalcrit/splitPane/splitPane.less | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/shared/naturalcrit/splitPane/splitPane.less b/shared/naturalcrit/splitPane/splitPane.less index 567c1c6d0..e5b3dd7f8 100644 --- a/shared/naturalcrit/splitPane/splitPane.less +++ b/shared/naturalcrit/splitPane/splitPane.less @@ -54,12 +54,12 @@ top : 60px; } &.lock{ - .tooltipRight('Unlock cursor tracking between windows.'); + .tooltipRight('De-sync Editor and Preview locations.'); top : 90px; background: #666; } &.unlock{ - .tooltipRight('Lock cursor tracking between windows.'); + .tooltipRight('Sync Editor and Preview locations'); top : 90px; } &:hover{