Skip to content

event-widget: Fix time in tooltip text

Michael Catanzaro requested to merge wip/mcatanzaro/tooltips into master

The tooltips think all events start and end between 1:00 and 1:59, because we are missing a % in the format string and the I looks like 1.

I like it when bugs turn out to be easy. Fixes #225 (closed).

Merge request reports