fix: replace multi-byte UTF-8 in runtime UI strings with ASCII to fix Windows-1252 mojibake

This commit is contained in:
2026-07-26 16:09:13 -04:00
parent c66f44ba1f
commit 7cd1a2588e
4 changed files with 22 additions and 22 deletions
+1 -1
View File
@@ -767,7 +767,7 @@ void doBankRemoveSelected() {
(orphanCount == 1 ? " selected sample is" : " selected samples are") +
" in no other bank.\n\nRemoving " +
(orphanCount == 1 ? "it" : "them") +
" drops the index entry only the file stays on disk until you prune "
" drops the index entry only -- the file stays on disk until you prune "
"(it is never deleted by remove).\n\nRemove anyway?";
const int r = ShowMessageBox(msg.c_str(),
"ReaSampler: remove last-reference sample(s)", 4);