diff -r 84cbcddd7d10 -r 023943c77c42 src/eric7/Preferences/ConfigurationPages/PdfViewerPage.py --- a/src/eric7/Preferences/ConfigurationPages/PdfViewerPage.py Fri Apr 18 16:56:34 2025 +0200 +++ b/src/eric7/Preferences/ConfigurationPages/PdfViewerPage.py Fri Apr 18 17:25:18 2025 +0200 @@ -37,7 +37,7 @@ def save(self): """ - Public slot to save the IRC configuration. + Public slot to save the PdfViewer configuration. """ Preferences.setPdfViewer( "PdfSearchContextLength", self.contextLengthSpinBox.value()