From 84fa71d743ec67d7baaee6b64af34706601d0886 Mon Sep 17 00:00:00 2001 From: Anjok07 <68268275+Anjok07@users.noreply.github.com> Date: Tue, 17 Oct 2023 22:09:45 -0500 Subject: [PATCH] Update constants.py --- gui_data/constants.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gui_data/constants.py b/gui_data/constants.py index ee280a0..22c5918 100644 --- a/gui_data/constants.py +++ b/gui_data/constants.py @@ -1081,7 +1081,7 @@ IS_INVERT_SPEC_HELP = ( '• Inverts primary stem using spectrograms, instead of waveforms.\n' '• Slightly slower inversion method.' ) -IS_TESTING_AUDIO_HELP = 'Adds a unique 10-digit number to outputs to prevent users from overwriting files.' +IS_TESTING_AUDIO_HELP = 'Appends a 10-digit number to saved files to avoid accidental overwrites.' IS_MODEL_TESTING_AUDIO_HELP = 'Appends the model name to outputs for comparison across different models.' IS_ACCEPT_ANY_INPUT_HELP = ( 'Allows all types of inputs when enabled, even non-audio formats.\n'