diff --git a/jdaviz/configs/imviz/plugins/tools.py b/jdaviz/configs/imviz/plugins/tools.py index 2bc46696ce..9a1f34b3a0 100644 --- a/jdaviz/configs/imviz/plugins/tools.py +++ b/jdaviz/configs/imviz/plugins/tools.py @@ -32,7 +32,7 @@ class BqplotMatchWCS(BqplotPanZoomMode): icon = os.path.join(ICON_DIR, 'pan_wcs.svg') tool_id = 'bqplot:panzoomwcs' action_text = 'Pan, matching WCS between viwers' - tool_tip = 'Pan and Zoom in this viewer to see the same regions in other viewers' + tool_tip = 'Pan (click-drag) and Zoom (scroll) in this viewer to see the same regions in other viewers' # noqa def activate(self):