diff --git a/documentation/CHANGELOG.md b/documentation/CHANGELOG.md index 6d284df5..4fcc2aa1 100644 --- a/documentation/CHANGELOG.md +++ b/documentation/CHANGELOG.md @@ -11,6 +11,7 @@ * User Interface * New: Improved user interface for long lists of formats. * Fixed: The source format list showed a stray comma before the file extensions (thanks to Douglas Carmichael). + * Fixed: Renamed the "Process" button to "Processing" so it reads as the configuration screen it opens (matching the dialog title) rather than an action that starts processing (thanks to Douglas Carmichael). * Backend * New: Added support for sustain / 'loop until release' loop mode (the loop runs while the key is held and then plays the remainder of the sample on release, as opposed to a continuous loop) - Ableton, Ensoniq EPS/ASR, EXS24, NI Kontakt, Renoise, SoundFont 2, SFZ, SXT, Tonverk (thanks to Douglas Carmichael). * New: Added support for filter cutoff keyboard-tracking: Ableton Sampler, Akai AKP/AKM, Akai S1000, Bliss, Ensoniq, Omnisphere, SXT, Roland, SFZ, Synthstrom Deluge, TAL Sampler, TX16W, Waldorf, Yamaha YSFC. diff --git a/src/main/resources/Strings.properties b/src/main/resources/Strings.properties index c71ddcda..7096c566 100644 --- a/src/main/resources/Strings.properties +++ b/src/main/resources/Strings.properties @@ -467,8 +467,8 @@ IDS_PROCESSING_SNAP_LOOPS_TOOLTIP=Moves the start and end of forward loops to a IDS_MAIN_SEARCH_FORMAT=Search format\u2026 IDS_MAIN_CONVERT=Con_vert IDS_MAIN_CONVERT_TOOLTIP=Start the conversion process -IDS_MAIN_PROCESSING=Process -IDS_MAIN_PROCESSING_TOOLTIP=Configure processing of samples during conversion. +IDS_MAIN_PROCESSING=_Processing +IDS_MAIN_PROCESSING_TOOLTIP=Open the options for processing samples during conversion. IDS_MAIN_ANALYSE=_Analyse IDS_MAIN_ANALYSE_TOOLTIP=Start the analysis process IDS_MAIN_SETTINGS=_Settings