- added formatting for some strings in the app strings, making the future translations easier

This commit is contained in:
Marius Stanciu
2019-09-02 13:24:04 +03:00
parent 7827cbfe6c
commit 4b7115ca59
8 changed files with 70 additions and 69 deletions

View File

@@ -34,7 +34,7 @@ class PlotCanvas(QtCore.QObject, VisPyCanvas):
"""
super(PlotCanvas, self).__init__()
VisPyCanvas.__init__(self)
# VisPyCanvas.__init__(self)
# VisPyCanvas does not allow new attributes. Override.
self.unfreeze()