diff --git a/sohstationviewer/main.py b/sohstationviewer/main.py
index 3cb8ca6318137917414b846276be261c41ffd7af..9671f34ab43d8118d55b8746589d0607a84ca25a 100755
--- a/sohstationviewer/main.py
+++ b/sohstationviewer/main.py
@@ -38,10 +38,8 @@ def fix_relative_paths() -> None:
 
 def resize_windows(main_window: MainWindow):
     """
-    Resize the pre-defined windows in the program so that they fit well on all
-    screen resolutions. Any windows that cannot be reached from the main
-    window, including those that are created when they are shown, will
-    have to handle it themselves.
+    Resize the plotting windows in the program so that they fit well on all
+    screen resolutions.
     """
     screen_size = QtWidgets.QApplication.primaryScreen().size().toTuple()
     screen_width, screen_height = screen_size