commit | e52998fd12a43efe8421ad140f83c959b6fcd550 | [log] [tgz] |
---|---|---|
author | Bárbara Perretti <bags_per@hotmail.com> | Tue Oct 08 15:19:18 2013 -0300 |
committer | Bárbara Perretti <bags_per@hotmail.com> | Tue Oct 08 15:19:18 2013 -0300 |
tree | 5db1ef7e0fe59d13710d1afa7063fe63a13f97e4 | |
parent | f4cde68097867ac3390a762028707f9b3ba33bc8 [diff] |
Fix translate time_log_calendar.js
diff --git a/projects/doctype/time_log/time_log_calendar.js b/projects/doctype/time_log/time_log_calendar.js index a4f22db..12cfcba 100644 --- a/projects/doctype/time_log/time_log_calendar.js +++ b/projects/doctype/time_log/time_log_calendar.js
@@ -6,7 +6,7 @@ "start": "from_time", "end": "to_time", "id": "name", - "title": "title", + "title": w._("title"), "allDay": "allDay" }, get_events_method: "projects.doctype.time_log.time_log.get_events"