fix: correct capitalization of "hörl" in About dialog
This commit is contained in:
parent
239438dddb
commit
bbf5e9f875
1 changed files with 2 additions and 2 deletions
|
|
@ -1174,7 +1174,7 @@ class MainWindow(QMainWindow):
|
||||||
f"for professional desktop applications.<br>"
|
f"for professional desktop applications.<br>"
|
||||||
f"<br>"
|
f"<br>"
|
||||||
f"<b>Product of:</b><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"Silberburgstraße 126<br>"
|
||||||
f"70176 Stuttgart, Germany<br>"
|
f"70176 Stuttgart, Germany<br>"
|
||||||
f"<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"<b>Web:</b> <a href='https://www.hoerl-im.de/'>https://www.hoerl-im.de/</a><br>"
|
||||||
f"</small>"
|
f"</small>"
|
||||||
f"<br>"
|
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)
|
QMessageBox.about(self, f"About {self.config.app_name}", about_text)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue