Skip to content

Commit

Permalink
updates German translations
Browse files Browse the repository at this point in the history
  • Loading branch information
MAKOMO committed Apr 6, 2018
1 parent e961e26 commit 5625200
Show file tree
Hide file tree
Showing 25 changed files with 37,656 additions and 37,210 deletions.
5 changes: 2 additions & 3 deletions src/artisanlib/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -12048,7 +12048,7 @@ def __init__(self, parent = None):
TP2DRYlayout.setContentsMargins(3,0,3,0)
self.TP2DRYframe = QFrame()
self.TP2DRYframe.setLayout(TP2DRYlayout)
self.TP2DRYframe.setToolTip(QApplication.translate("Tooltip","Projected time from TP to DRY", None)) #dave
# self.TP2DRYframe.setToolTip(QApplication.translate("Tooltip","Projected time from TP to DRY", None)) #dave

# DRY
self.DRYlabel = QLabel()
Expand All @@ -12058,7 +12058,6 @@ def __init__(self, parent = None):
self.DRYlcd.customContextMenuRequested.connect(self.PhaseslcdClicked)
self.DRYlcd.display("--:--")
self.DRYlcdFrame = self.makePhasesLCDbox(self.DRYlabel,self.DRYlcd)
self.DRYlcdFrame.setToolTip("DRYlcdFrame tooltip") #dave

# DRY2FCs
self.DRY2FCslabel = QLabel("")
Expand Down Expand Up @@ -12113,7 +12112,7 @@ def __init__(self, parent = None):
phasesLCDlayout.setSpacing(0)
self.phasesLCDs.setLayout(phasesLCDlayout)
self.phasesLCDs.hide()
self.phasesLCDs.setToolTip(QApplication.translate("Tooltip","Phase LCDs: right-click to cycle through the display options <time>, <percentage>, <temperature>", None))
self.phasesLCDs.setToolTip(QApplication.translate("Tooltip","Phase LCDs: right-click to cycle through TIME, PERCENTAGE and TEMP MODE", None))

#level 1
# self.level1layout.addWidget(self.ntb)
Expand Down
Loading

0 comments on commit 5625200

Please sign in to comment.