GUI: Typo in about box

This commit is contained in:
2025-06-13 09:38:49 +02:00
parent 1915b73508
commit 0d63d920d2
+1 -1
View File
@@ -236,7 +236,7 @@ class MainWindow(QMainWindow):
QMessageBox.about(
self,
"About",
"Aare Macromolecular Crystallography GUI\nVersion: 1.0\nCopyright: Paul Scherrer Insitute 2024-2025",
"Aare Macromolecular Crystallography GUI\nVersion: 1.0\nCopyright: Paul Scherrer Instiute 2024-2025",
)
@Slot(str)