From 96dc4fb2e775ce27aac586ecd678b3e8b61033a3 Mon Sep 17 00:00:00 2001 From: Douglas Carmichael Date: Tue, 7 Jul 2026 17:59:16 -0400 Subject: [PATCH] User interface: rename the "Process" button to "Processing" The lower toolbar button that opens the sample-processing options dialog was labelled "Process". As a bare imperative verb it reads like an action that starts processing the samples, which confused new users - especially since the actual run is started by the "Convert" button right above it. Rename it to "Processing", a noun that matches the title of the dialog it opens (IDS_PROCESSING_DIALOG) and parallels its neighbour "Settings"; both carry the same gear icon. Also add the Alt+P mnemonic its siblings have, and reword the tooltip to say it opens the options. --- documentation/CHANGELOG.md | 1 + src/main/resources/Strings.properties | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) 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