Merge pull request #4557 from luzpaz/crowdin/whitespaces-substituted-into-code

Crowdin: represent whitespace in code instead of in string
This commit is contained in:
Yorik van Havre
2021-05-05 17:18:35 +02:00
committed by GitHub
17 changed files with 38 additions and 46 deletions

View File

@@ -271,7 +271,7 @@ class GeometryElementsSelection(QtGui.QWidget):
def initUI(self):
# auch ArchPanel ist coded ohne ui-file
# title
self.setWindowTitle(self.tr("Geometry reference selector for a ") + self.sel_elem_text)
self.setWindowTitle(self.tr("Geometry reference selector for a") + " " + self.sel_elem_text)
# button
self.pushButton_Add = QtGui.QPushButton(self.tr("Add"))
# label