From 53bd666053e426e01a40d17cbfab7d0fc7d4f801 Mon Sep 17 00:00:00 2001 From: Edgar Luque Date: Sun, 19 Feb 2023 11:46:46 +0100 Subject: [PATCH] ocd --- PartyPlanner/PluginUI.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PartyPlanner/PluginUI.cs b/PartyPlanner/PluginUI.cs index f6d4e76..19e33e1 100644 --- a/PartyPlanner/PluginUI.cs +++ b/PartyPlanner/PluginUI.cs @@ -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();