From a2c4a89c8f694087e095caf6b8e3f71da8b62a6e Mon Sep 17 00:00:00 2001 From: Pey Lian Lim <2090236+pllim@users.noreply.github.com> Date: Tue, 27 Jul 2021 15:02:48 -0400 Subject: [PATCH 1/2] Clarify tooltip for WCS panzoom tool --- jdaviz/configs/imviz/plugins/tools.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jdaviz/configs/imviz/plugins/tools.py b/jdaviz/configs/imviz/plugins/tools.py index 2bc46696ce..4158657b32 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' def activate(self): From b11650af4a25e53d8b798f9ab16d0ba747a7bc36 Mon Sep 17 00:00:00 2001 From: "P. L. Lim" <2090236+pllim@users.noreply.github.com> Date: Tue, 27 Jul 2021 15:41:30 -0400 Subject: [PATCH 2/2] Ignore line too long --- jdaviz/configs/imviz/plugins/tools.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jdaviz/configs/imviz/plugins/tools.py b/jdaviz/configs/imviz/plugins/tools.py index 4158657b32..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 (click-drag) and Zoom (scroll) 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):