From e6396b23ac60ac159c38cffa60a3ca0c8b141730 Mon Sep 17 00:00:00 2001 From: Anjok07 <68268275+Anjok07@users.noreply.github.com> Date: Tue, 26 Sep 2023 00:44:25 -0500 Subject: [PATCH] Add files via upload --- gui_data/constants.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gui_data/constants.py b/gui_data/constants.py index 103db03..9505115 100644 --- a/gui_data/constants.py +++ b/gui_data/constants.py @@ -1075,7 +1075,7 @@ DELETE_YOUR_SETTINGS_HELP = ( ) SET_STEM_NAME_HELP = 'Select the primary stem for the given model.' IS_CREATE_MODEL_FOLDER_HELP = ('Two new directories will be generated for the outputs in the export directory after each conversion.\n\n' - '• Example: \n\n' + '• Example: \n' '─ Export Directory\n' ' └── First Directory (Named after the model)\n' ' └── Second Directory (Named after the track)\n' @@ -1173,7 +1173,7 @@ AUDIO_TOOLS_HELP = ( ) PRE_PROC_MODEL_INST_MIX_HELP = 'When enabled, the application will generate a third output without the selected stem and vocals.' -MODEL_SAMPLE_MODE_HELP = ('Allows the user to process only part of a track to sample settings or a model without \nrunning a full conversion.\n\nNotes:\n\n' +MODEL_SAMPLE_MODE_HELP = ('Allows the user to process only part of a track to sample settings or a model without running a full conversion.\n\nNotes:\n\n' '• The number in the parentheses is the current number of seconds the generated sample will be.\n' '• You can choose the number of seconds to extract from the track in the \"Additional Settings\" menu.')