[birthday_reminder] Make string translatable
This commit is contained in:
@@ -36,8 +36,8 @@ TEXT = _('Send your best wishes to %s')
|
|||||||
class BirthDayPlugin(GajimPlugin):
|
class BirthDayPlugin(GajimPlugin):
|
||||||
def init(self):
|
def init(self):
|
||||||
self.config_dialog = None
|
self.config_dialog = None
|
||||||
self.description = ('Checks vCards of your contacts for upcoming '
|
self.description = _('Checks vCards of your contacts for upcoming '
|
||||||
'birthdays and reminds you on that day.')
|
'birthdays and reminds you on that day.')
|
||||||
self.events_handlers = {
|
self.events_handlers = {
|
||||||
'vcard-received': (ged.GUI2, self._vcard_received)
|
'vcard-received': (ged.GUI2, self._vcard_received)
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user