GUI: clarify "duplicate end" order
This commit is contained in:
parent
644a83941c
commit
42989e2a83
2 changed files with 3 additions and 3 deletions
|
|
@ -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;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue