muffin v7.4.7
This commit is contained in:
parent
1cc65e495d
commit
63f975ff4f
16 changed files with 1659 additions and 939 deletions
|
|
@ -103,10 +103,12 @@ internal sealed class PresetBuilderComponent
|
|||
ImGui.SetTooltip("No preset quests are currently in the priority list.");
|
||||
return;
|
||||
}
|
||||
ImU8String tooltip = new ImU8String(59, 1);
|
||||
ImU8String tooltip = new ImU8String(51, 2);
|
||||
tooltip.AppendLiteral("Remove all ");
|
||||
tooltip.AppendFormatted(list.Count);
|
||||
tooltip.AppendLiteral(" preset-related quest(s) from the priority list.");
|
||||
tooltip.AppendLiteral(" preset-related ");
|
||||
tooltip.AppendFormatted((list.Count == 1) ? "quest" : "quests");
|
||||
tooltip.AppendLiteral(" from the priority list.");
|
||||
ImGui.SetTooltip(tooltip);
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue