fix: replace multi-byte UTF-8 in runtime UI strings with ASCII to fix Windows-1252 mojibake
This commit is contained in:
+1
-1
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user