aboutsummaryrefslogtreecommitdiffstats
path: root/Malmstone/Windows/MainWindow.cs
diff options
context:
space:
mode:
authorPinapelz <yukais@pinapelz.com>2024-09-06 12:27:44 -0700
committerPinapelz <yukais@pinapelz.com>2024-09-06 12:29:37 -0700
commite6c5dbb82e1fa286d5b9db7c3bfcb776f56a09b8 (patch)
tree8aa81c5735de2cf112d8a3f699c7a9d0b3b87389 /Malmstone/Windows/MainWindow.cs
parentfb567284db251d09e283e3eb65ef5bbaa1032b62 (diff)
add tooltips for config options
Diffstat (limited to 'Malmstone/Windows/MainWindow.cs')
-rw-r--r--Malmstone/Windows/MainWindow.cs2
1 files changed, 1 insertions, 1 deletions
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:");
send patches to the email below
yukais@pinapelz.com
include the subject [PATCH repo_name]
pinapelz.com
homepage