Fix missing translation (#921)
* Fix missing translation of label * Make some minor fixes to comments and logging
This commit is contained in:
committed by
GitHub
parent
f562937e81
commit
c17cec0574
@@ -251,7 +251,7 @@ class GuiAbout(QDialog):
|
||||
return
|
||||
|
||||
def _wrapTable(self, theData):
|
||||
"""Wrap a list of label/value tuples in a html table.
|
||||
"""Wrap a list of label/value tuples in an html table.
|
||||
"""
|
||||
theTable = []
|
||||
for aLabel, aValue in theData:
|
||||
|
||||
Reference in New Issue
Block a user