forked from openlp/openlp
Fix spelllling
This commit is contained in:
parent
60dd3b36cf
commit
8e2efcb183
@ -88,7 +88,7 @@ class PresentationTab(SettingsTab):
|
||||
self.PresentationLayout.addWidget(self.PresentationRightWidget)
|
||||
|
||||
def retranslateUi(self):
|
||||
self.VerseDisplayGroupBox.setTitle(self.trUtf8('Avaliable Controllers'))
|
||||
self.VerseDisplayGroupBox.setTitle(self.trUtf8('Available Controllers'))
|
||||
for key in self.controllers:
|
||||
controller = self.controllers[key]
|
||||
checkbox = self.PresenterCheckboxes[controller.name]
|
||||
|
Loading…
Reference in New Issue
Block a user