From 847138c25c375bd21c237d559003d2699292f965 Mon Sep 17 00:00:00 2001
From: ldam <ldam@passcal.nmt.edu>
Date: Thu, 7 Mar 2024 16:34:42 -0700
Subject: [PATCH] docstring

---
 sohstationviewer/view/select_channels_to_show_dialog.py | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/sohstationviewer/view/select_channels_to_show_dialog.py b/sohstationviewer/view/select_channels_to_show_dialog.py
index fbbd8000d..28b2b7837 100644
--- a/sohstationviewer/view/select_channels_to_show_dialog.py
+++ b/sohstationviewer/view/select_channels_to_show_dialog.py
@@ -11,8 +11,8 @@ from PySide6.QtCore import Qt
 class SelectChanelsToShowDialog(QDialog):
     def __init__(self, parent):
         """
-        Dialog allow choosing file format and open file dialog to
-            save file as
+        Dialog to select channels to display and reorder them by dragging and
+        dropping list items.
 
         :param parent: the parent widget
         """
-- 
GitLab