From 3a0fe2dec74d612e49254f168f9a7bca524311dc Mon Sep 17 00:00:00 2001 From: tildearrow Date: Thu, 30 Oct 2025 04:59:14 -0500 Subject: [PATCH] fix typo --- src/gui/refPlayer.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/gui/refPlayer.cpp b/src/gui/refPlayer.cpp index fbf2a2eaf..aec5a0a3d 100644 --- a/src/gui/refPlayer.cpp +++ b/src/gui/refPlayer.cpp @@ -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.")); }