diff --git a/soitool/pdf_export_options_dialog.py b/soitool/pdf_export_options_dialog.py
index 373a905e2cd421f3e8402371fddf8a88928ffea6..855a770526a1d09719ff92a206ff12426543a127 100644
--- a/soitool/pdf_export_options_dialog.py
+++ b/soitool/pdf_export_options_dialog.py
@@ -12,8 +12,7 @@ from soitool.accept_reject_dialog import AcceptRejectDialog
 class PdfExportOptionsDialog(AcceptRejectDialog):
     """Dialog with options for PDF export.
 
-    When the dialog is closed the users choices can be fetched in the same way
-    as for soitool.new_module_dialog.NewModuleDialogListItem, by directly
+    When the dialog is closed, the users choices can be fetched by directly
     accessing the child widgets.
     """