i18n: mark python example-string as translatable

This commit is contained in:
Adriaan de Groot 2017-08-02 14:43:21 -04:00
parent f0894b471b
commit c860270751

View File

@ -94,7 +94,7 @@ class DummyPythonQtViewStep:
self.main_widget.layout().addWidget(QLabel(_("A new QLabel.")))
def prettyName(self):
return "Dummy PythonQt ViewStep"
return _("Dummy PythonQt ViewStep")
def isNextEnabled(self):
return True # The "Next" button should be clickable