~openlp-core/openlp/trunk

« back to all changes in this revision

Viewing changes to openlp/plugins/presentations/lib/presentationtab.py

  • Committer: Jonathan Corwin
  • Date: 2012-03-10 23:00:14 UTC
  • mfrom: (1893.1.1 typos)
  • Revision ID: j@corwin.co.uk-20120310230014-sip96rtef70wyt75
Fix a couple of spelling mistakes

Show diffs side-by-side

added added

removed removed

Lines of Context:
85
85
        self.AdvancedGroupBox.setTitle(UiStrings().Advanced)
86
86
        self.OverrideAppCheckBox.setText(
87
87
            translate('PresentationPlugin.PresentationTab',
88
 
            'Allow presentation application to be overriden'))
 
88
            'Allow presentation application to be overridden'))
89
89
 
90
90
    def setControllerText(self, checkbox, controller):
91
91
        if checkbox.isEnabled():