forked from openlp/openlp
Fixes
This commit is contained in:
parent
f9bd71f3b3
commit
b8ebf1d8a1
@ -177,7 +177,8 @@ class AlertsPlugin(Plugin):
|
|||||||
Called to define all translatable texts of the plugin
|
Called to define all translatable texts of the plugin
|
||||||
"""
|
"""
|
||||||
## Name PluginList ##
|
## Name PluginList ##
|
||||||
self.textStrings[StringContent.Name] = {u'singular': translate('AlertsPlugin', 'Alert', 'name singular'),
|
self.textStrings[StringContent.Name] = {
|
||||||
|
u'singular': translate('AlertsPlugin', 'Alert', 'name singular'),
|
||||||
u'plural': translate('AlertsPlugin', 'Alerts', 'name plural')
|
u'plural': translate('AlertsPlugin', 'Alerts', 'name plural')
|
||||||
}
|
}
|
||||||
## Name for MediaDockManager, SettingsManager ##
|
## Name for MediaDockManager, SettingsManager ##
|
||||||
|
Loading…
Reference in New Issue
Block a user