fix typo
This commit is contained in:
parent
d3e9366948
commit
3a0fe2dec7
1 changed files with 1 additions and 1 deletions
|
|
@ -208,7 +208,7 @@ void FurnaceGUI::drawRefPlayer() {
|
|||
e->getFilePlayerCue(cueSeconds,cueMicros);
|
||||
if (rowTS.seconds==-1) {
|
||||
if (ImGui::IsItemClicked(ImGuiMouseButton_Right)) {
|
||||
showError(_("the row that the pattern cursor is at isn't going to play. trying moving the cursor."));
|
||||
showError(_("the row that the pattern cursor is at isn't going to play. try moving the cursor."));
|
||||
} else {
|
||||
showError(_("the first row of this order isn't going to play. try another order."));
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue