GUI: de-localize this error

This commit is contained in:
tildearrow 2024-01-25 20:01:29 -05:00
parent faf6009548
commit 6ead5235c4

View file

@ -1666,7 +1666,7 @@ void FurnaceGUI::doExpand(int multiplier, const SelectionPoint& sStart, const Se
void FurnaceGUI::doCollapseSong(int divider) {
if (divider<2) return;
if (e->curSubSong->patLen<divider) {
showError("can't collapse any further!##sged");
showError("can't collapse any further!");
return;
}
finishSelection();