Nitpick typo

This commit is contained in:
Asriel Camora
2023-07-23 04:59:28 +04:00
parent 1a89cb32e8
commit 93500d7f6f
+1 -1
View File
@@ -124,7 +124,7 @@ public sealed unsafe partial class Craft : Window, IDisposable
else else
{ {
buttonText = "Retry"; buttonText = "Retry";
tooltipText = "Retry and regenerate a new set of actions to finish the craft."; tooltipText = "Retry and regenerate a new set of recommended actions to finish the craft.";
isEnabled = true; isEnabled = true;
} }
ImGui.BeginDisabled(!isEnabled); ImGui.BeginDisabled(!isEnabled);