fix: translation

This commit is contained in:
Himanshu Warekar 2019-08-08 16:59:53 +05:30
parent 27a684c483
commit b217ff86ed

View file

@ -260,7 +260,7 @@ def sync_events_from_google_calendar(g_calendar, method=None, page_length=10):
else:
pass
return _("{} Google Calendar Events Synced.").format(len(results) if results else "No")
return _("{0} Google Calendar Events Synced.").format(len(results) if results else "No")
def insert_event_to_calendar(account, event, recurrence=None):
"""