From 2040d6b9c305b139342a599d36b8f6dde228faf1 Mon Sep 17 00:00:00 2001 From: Vitali Graf Date: Fri, 6 Jun 2025 19:30:57 +0200 Subject: [PATCH] =?UTF-8?q?Titel=20und=20einige=20Beschriftungen=20ge?= =?UTF-8?q?=C3=A4ndert?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/ui/MainWinddow.ui | 6 +++--- src/ui/MainWinddow_ui.py | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/src/ui/MainWinddow.ui b/src/ui/MainWinddow.ui index c5999d2..af3b01d 100644 --- a/src/ui/MainWinddow.ui +++ b/src/ui/MainWinddow.ui @@ -11,7 +11,7 @@ - MainWindow + DocuMentor @@ -190,7 +190,7 @@ - Referenz + Vorher (Referenz) @@ -210,7 +210,7 @@ - Neu + Nachher (Neu) diff --git a/src/ui/MainWinddow_ui.py b/src/ui/MainWinddow_ui.py index 15fefd7..699ee9c 100644 --- a/src/ui/MainWinddow_ui.py +++ b/src/ui/MainWinddow_ui.py @@ -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))