Titel und einige Beschriftungen geändert

This commit is contained in:
2025-06-06 19:30:57 +02:00
parent 41499d80cf
commit 2040d6b9c3
2 changed files with 6 additions and 6 deletions
+3 -3
View File
@@ -242,7 +242,7 @@ class Ui_MainWindow(object):
# setupUi
def retranslateUi(self, MainWindow):
MainWindow.setWindowTitle(QCoreApplication.translate("MainWindow", u"MainWindow", None))
MainWindow.setWindowTitle(QCoreApplication.translate("MainWindow", u"DocuMentor", None))
self.actionNeu.setText(QCoreApplication.translate("MainWindow", u"Neu ...", None))
#if QT_CONFIG(shortcut)
self.actionNeu.setShortcut(QCoreApplication.translate("MainWindow", u"Ctrl+N", None))
@@ -256,8 +256,8 @@ class Ui_MainWindow(object):
self.pushButton_2.setText(QCoreApplication.translate("MainWindow", u"Alle generieren", None))
self.label.setText("")
self.label_2.setText("")
self.label_6.setText(QCoreApplication.translate("MainWindow", u"Referenz", None))
self.label_7.setText(QCoreApplication.translate("MainWindow", u"Neu", None))
self.label_6.setText(QCoreApplication.translate("MainWindow", u"Vorher (Referenz)", None))
self.label_7.setText(QCoreApplication.translate("MainWindow", u"Nachher (Neu)", None))
self.label_5.setText(QCoreApplication.translate("MainWindow", u"Zoom", None))
self.label_3.setText(QCoreApplication.translate("MainWindow", u"TextLabel", None))
self.label_4.setText(QCoreApplication.translate("MainWindow", u"TextLabel", None))