shithub: pt2-clone

Download patch

ref: 9737b0117bee07fde6f0c059429516462cfe20ed
parent: 75aa83e890a17ee2bcb27a0d2ca4ed6e3626649e
author: Olav Sørensen <olav.sorensen@live.no>
date: Thu Mar 30 12:16:26 EDT 2023

Fix string typo for UPSAMP (Edit Op. screen)

--- a/src/pt2_mouse.c
+++ b/src/pt2_mouse.c
@@ -2953,7 +2953,7 @@
 				break;
 			}
 
-			if (askBox(ASKBOX_YES_NO, "DOWNSAMPLE ?"))
+			if (askBox(ASKBOX_YES_NO, "UPSAMPLE ?"))
 				upSample();
 		}
 		break;