Skip to content

Commit

Permalink
ocd
Browse files Browse the repository at this point in the history
  • Loading branch information
edg-l committed Feb 19, 2023
1 parent 2d14a85 commit 53bd666
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion PartyPlanner/PluginUI.cs
Original file line number Diff line number Diff line change
Expand Up @@ -232,7 +232,7 @@ public void DrawEventRow(Models.EventType ev)
ImGui.EndTooltip();
}
ImGui.SameLine();
ImGui.Text(string.Format("| Ends {0}", ev.EndsAt.Humanize()));
ImGui.Text(string.Format("| Ends {0}", ev.EndsAt.Humanize()));
if (ImGui.IsItemHovered())
{
ImGui.BeginTooltip();
Expand Down

0 comments on commit 53bd666

Please sign in to comment.