fix: correct capitalization of "hörl" in About dialog

This commit is contained in:
claudi 2026-02-25 15:04:12 +01:00
parent 239438dddb
commit bbf5e9f875

View file

@ -1174,7 +1174,7 @@ class MainWindow(QMainWindow):
f"for professional desktop applications.<br>"
f"<br>"
f"<b>Product of:</b><br>"
f"<b>Hörl Information Management GmbH</b><br>"
f"<b>hörl Information Management GmbH</b><br>"
f"Silberburgstraße 126<br>"
f"70176 Stuttgart, Germany<br>"
f"<br>"
@ -1184,7 +1184,7 @@ class MainWindow(QMainWindow):
f"<b>Web:</b> <a href='https://www.hoerl-im.de/'>https://www.hoerl-im.de/</a><br>"
f"</small>"
f"<br>"
f"<small>© 2026 Hörl Information Management GmbH. All rights reserved.</small>"
f"<small>© 2026 hörl Information Management GmbH. All rights reserved.</small>"
)
QMessageBox.about(self, f"About {self.config.app_name}", about_text)