From 1505e21f1c4a3d9587e19f1eab11422b9300d961 Mon Sep 17 00:00:00 2001 From: GMFelixfex Date: Sat, 25 Feb 2023 03:07:53 +0100 Subject: [PATCH] small wording change --- Multicash.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Multicash.cs b/Multicash.cs index caaeeb3..565d1ce 100644 --- a/Multicash.cs +++ b/Multicash.cs @@ -210,7 +210,7 @@ public override void OnUpdate() Multiplier = float.Parse(s.Replace(".",",")); }; - PopupScreen.instance.ShowSetNamePopup("Cash", "Multiply Cash by", mod, Multiplier.GetValue().ToString()); + PopupScreen.instance.ShowSetNamePopup("Global Cash Multiplier", "Multiply by", mod, Multiplier.GetValue().ToString()); displayOpen = true; }