From a79e3b874d184bb72088a0adb0c7fcafef1ab4d9 Mon Sep 17 00:00:00 2001 From: Pinapelz Date: Sun, 8 Sep 2024 20:31:32 -0700 Subject: fix: typo in losing streak buff ready text --- Malmstone/Windows/MainWindow.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Malmstone/Windows/MainWindow.cs') diff --git a/Malmstone/Windows/MainWindow.cs b/Malmstone/Windows/MainWindow.cs index 1617a00..e6e34aa 100644 --- a/Malmstone/Windows/MainWindow.cs +++ b/Malmstone/Windows/MainWindow.cs @@ -122,12 +122,12 @@ namespace Malmstone.Windows { if(Plugin.PvPService.ConsecutiveThirdPlaceFrontline == 1) { - ImGui.TextColored(new Vector4(0.0f, 1.0f, 0.0f, 1.0f), "You'll receive 10%% reward bonus if you place 3rd"); + ImGui.TextColored(new Vector4(0.0f, 1.0f, 0.0f, 1.0f), "You'll receive a 10%% reward bonus if you place 3rd"); } if (ImGui.IsItemHovered()) { ImGui.BeginTooltip(); - ImGui.Text("You're primed for a reward bonus! You will get a 10% reward bonus if you place 3rd again" + + ImGui.Text("You're primed for a reward bonus! You will get a 10%% reward bonus if you place 3rd again" + "\nCounter resets if you rank 1st"); ImGui.EndTooltip(); } -- cgit v1.2.3