Nitpick typo
This commit is contained in:
@@ -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);
|
||||||
|
|||||||
Reference in New Issue
Block a user