From e6c5dbb82e1fa286d5b9db7c3bfcb776f56a09b8 Mon Sep 17 00:00:00 2001 From: Pinapelz Date: Fri, 6 Sep 2024 12:27:44 -0700 Subject: add tooltips for config options --- Malmstone/Windows/MainWindow.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Malmstone/Windows/MainWindow.cs') diff --git a/Malmstone/Windows/MainWindow.cs b/Malmstone/Windows/MainWindow.cs index 4d4ca4c..0e91c4d 100644 --- a/Malmstone/Windows/MainWindow.cs +++ b/Malmstone/Windows/MainWindow.cs @@ -44,7 +44,7 @@ namespace Malmstone.Windows if (pvpInfo != null) { ImGui.Text($"Current Series Level: {pvpInfo.CurrentSeriesRank}"); - ImGui.Text($"Current Level Experience Progress: {pvpInfo.SeriesExperience} XP"); + ImGui.Text($"Current Level Experience Progress: {pvpInfo.SeriesExperience} EXP"); ImGui.Spacing(); ImGui.Text("Target Series Level:"); -- cgit v1.2.3