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