forked from openlp/openlp
Fix typos
bzr-revno: 642
This commit is contained in:
commit
a96dda5962
@ -57,7 +57,7 @@ class MediaMediaItem(MediaManagerItem):
|
||||
def initPluginNameVisible(self):
|
||||
self.PluginNameVisible = self.trUtf8(u'Media')
|
||||
|
||||
def reTranslateUi(self):
|
||||
def retranslateUi(self):
|
||||
self.OnNewPrompt = self.trUtf8(u'Select Media')
|
||||
|
||||
def requiredIcons(self):
|
||||
|
@ -61,7 +61,7 @@ class PresentationMediaItem(MediaManagerItem):
|
||||
def initPluginNameVisible(self):
|
||||
self.PluginNameVisible = self.trUtf8(u'Presentation')
|
||||
|
||||
def reTranslateUi(self):
|
||||
def retranslateUi(self):
|
||||
self.OnNewPrompt = self.trUtf8(u'Select Presentation(s)')
|
||||
|
||||
def requiredIcons(self):
|
||||
|
Loading…
Reference in New Issue
Block a user