Skip to content

Commit

Permalink
small wording change
Browse files Browse the repository at this point in the history
  • Loading branch information
GMFelixfex committed Feb 25, 2023
1 parent 54568dd commit 1505e21
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Multicash.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
Expand Down

0 comments on commit 1505e21

Please sign in to comment.