From 54816758b7f3e0dd36b0c03b8d8b07e3b6c61a7a Mon Sep 17 00:00:00 2001 From: Nils <> Date: Thu, 11 Jun 2020 14:35:47 +0200 Subject: [PATCH] Better description for duplicate --- qtgui/designer/mainwindow.py | 2 +- qtgui/designer/mainwindow.ui | 2 +- qtgui/opensessioncontroller.py | 2 +- qtgui/resources/translations/de.qm | Bin 12987 -> 13069 bytes qtgui/resources/translations/de.ts | 29 ++++++++++++++++++----------- 5 files changed, 21 insertions(+), 14 deletions(-) diff --git a/qtgui/designer/mainwindow.py b/qtgui/designer/mainwindow.py index 1cbf085..431b551 100644 --- a/qtgui/designer/mainwindow.py +++ b/qtgui/designer/mainwindow.py @@ -388,7 +388,7 @@ class Ui_MainWindow(object): self.actionSessionAddClient.setShortcut(_translate("MainWindow", "A")) self.actionSessionSave.setText(_translate("MainWindow", "Save")) self.actionSessionSave.setShortcut(_translate("MainWindow", "Ctrl+S")) - self.actionSessionSaveAs.setText(_translate("MainWindow", "Save As")) + self.actionSessionSaveAs.setText(_translate("MainWindow", "Save and Clone under different name")) self.actionSessionSaveAs.setShortcut(_translate("MainWindow", "Ctrl+Shift+S")) self.actionSessionSaveAndClose.setText(_translate("MainWindow", "Save and Close")) self.actionSessionSaveAndClose.setShortcut(_translate("MainWindow", "Ctrl+W")) diff --git a/qtgui/designer/mainwindow.ui b/qtgui/designer/mainwindow.ui index 28e2849..44539fb 100644 --- a/qtgui/designer/mainwindow.ui +++ b/qtgui/designer/mainwindow.ui @@ -712,7 +712,7 @@ - Save As + Save and Clone under different name Ctrl+Shift+S diff --git a/qtgui/opensessioncontroller.py b/qtgui/opensessioncontroller.py index 40cf460..1932348 100644 --- a/qtgui/opensessioncontroller.py +++ b/qtgui/opensessioncontroller.py @@ -114,7 +114,7 @@ class ClientItem(QtWidgets.QTreeWidgetItem): #TODO: this should be an nsmd status. Check if excecutable exists. nsmd just reports "stopped", and worse: after a long timeout. if clientDict["lastStatus"] == "stopped" and clientDict["reportedName"] is None: - self.setText(self.parentController.clientsTreeWidgetColumns.index("lastStatus"), QtCore.QCoreApplication.translate("OpenSession", "(command not found)")) + cself.setText(self.parentController.clientsTreeWidgetColumns.index("lastStatus"), QtCore.QCoreApplication.translate("OpenSession", "(command not found)")) class ClientTable(object): diff --git a/qtgui/resources/translations/de.qm b/qtgui/resources/translations/de.qm index 18570c0e54bf05bbcde8f21c50b848b3f1e00452..8eb7eb2ade7512ea886b12ceb17dc3e5012e8c56 100644 GIT binary patch delta 799 zcmXAnZAepL6vzMfy1VJ!Tbj7}x~W(?by}clB}StZ0x^|TG zm;!db1J(+Fh}W_ac(8!F%Xv{kKwi%V&v%#n$`|M-n99VdMTDW+j}XQ zN#5Nhw& zM_7x}D^}O~mrt5p2V&pz!dMuf&ESP;nt`d4e>z0@6La~A#!}*$<=;&2A-&BnEKbq| z^za+b!<3~|SzO%$a2}?Fq2Zbv8oR5gFMEPg98;Cir(izIBza^E&&tA?4{Ij&rx356`Li>Gdfao+-Iw?T%`0Gbi zGDQ$mAay2(+iFpT1{h(52pa^{)2byqhdi~k7ilk&I!J%RPT#gA`qEQ?oK|$c^@3ou miZ-LArcM-$4$&sm8*No~yHGEP4Mx#gD@a5Bfun^XHvNA_7tZzo delta 738 zcmX9+Ur1AN7(Ms8d$0Fyb6L7gox3iu=Co-KPR-29N-=uL5lZDWT&6`*X($t?C}@4Bm-(k0Hf0bXlnv@;W5=+0kjQtG|Ltn zxc(v_A`GUsF2JyfxMM8wxH4)Ymrxj1>#jeL$4L zWIdv~Du%ffMvshTjPGCx4Vz}VA0DOe`0D-_ zoyI}=!RT4ryt2l~1*P2l-6>kY&n;#=1FRc-EVrd0mQSl9x3;u&s$*6lHl@(0Ah{csUM=g&fw$SX+)Z;RIoDBuH0rLytgW+Nluh_Ux=d@ zU1HA!-3>Rysow^YwJd%*l0uA5ap?rPW$Kp_$5u&+M{>V10lEyyJwfi+Ql#e(h&f?X zdRKi0i1SMCC-xHNNHcR|q%2cf^BktRlDeS04&VmWRh`*Xzn8DR<9SMwMfFB+8xR|+ zF~}|&)UGiMmJwmDrnbdTF*Rt0nQOGl{s0=Sn$Lx_THGJ4xL!qZ`m|BKBuvX|vs8An zeMRvGnOW*Tp=&cQbxP%As>qL^!K#r@>WTe+@-tNlm~=n>t1e!q8-uw@^@4A wZ;07Gstkr2hcqfd&zP0Dq=@iJxN$X@q6SY#$Sc0?jya^Pn8JtpB1??_0iZp=Pyhe` diff --git a/qtgui/resources/translations/de.ts b/qtgui/resources/translations/de.ts index 3ab6747..762a8e1 100644 --- a/qtgui/resources/translations/de.ts +++ b/qtgui/resources/translations/de.ts @@ -75,17 +75,17 @@ Launcher - + Name Name - + Description Beschreibung - + Path Pfad @@ -290,7 +290,7 @@ Für Notizen, TODO, Referenzen, Quellen etc… Save As - Speichern unter + Speichern unter @@ -392,6 +392,11 @@ Für Notizen, TODO, Referenzen, Quellen etc… Settings Einstellungen + + + Save and Clone under different name + Speichern und mit anderem Namen neu öffnen + NewSession @@ -431,37 +436,37 @@ Für Notizen, TODO, Referenzen, Quellen etc… clean - + (command not found) (Befehl nicht gefunden) - + Name Name - + Label Label - + Status Status - + Visible Sichtbarkeit - + Changes Änderungen - + ID ID @@ -473,11 +478,13 @@ Für Notizen, TODO, Referenzen, Quellen etc… ✔ + ✖ +