GUI: clarify "duplicate end" order

This commit is contained in:
tildearrow 2024-02-07 08:14:45 -05:00
parent 644a83941c
commit 42989e2a83
2 changed files with 3 additions and 3 deletions

View file

@ -164,7 +164,7 @@ void FurnaceGUI::drawOrderButtons() {
doAction(GUI_ACTION_ORDERS_DEEP_CLONE_END);
}
if (ImGui::IsItemHovered()) {
ImGui::SetTooltip("Duplicate order at end of song (right-click to deep clone)");
ImGui::SetTooltip("Place copy of current order at end of song (right-click to deep clone)");
}
NEXT_BUTTON;