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))