Skip to content

User interface: rename the "Process" button to "Processing"#176

Closed
douglas-carmichael wants to merge 1 commit into
git-moss:mainfrom
douglas-carmichael:rename-process-button
Closed

User interface: rename the "Process" button to "Processing"#176
douglas-carmichael wants to merge 1 commit into
git-moss:mainfrom
douglas-carmichael:rename-process-button

Conversation

@douglas-carmichael

Copy link
Copy Markdown
Contributor

Problem

The lower-toolbar button that opens the sample-processing options dialog is labelled "Process". As a bare imperative verb it reads like an action that starts processing the samples — which is confusing for new users, especially since the actual run is started by the "Convert" button directly above it, and this button only opens a configuration dialog.

Fix

Rename it to "Processing" — a single word that:

  • is not an imperative — "Process" is the command form; "Processing" is a noun, so it reads as a label for a screen, not an order;
  • matches the dialog it opens — that window is titled "Processing" (IDS_PROCESSING_DIALOG), so button and title now agree;
  • parallels its neighbour "Settings" — both are lower-toolbar buttons that open a configuration dialog and both carry the same gear icon;
  • keeps the layout unchanged — same footprint as "Settings"/"Analyse".

Also adds the Alt+P mnemonic that its sibling buttons already have, and rewords the tooltip from "Configure processing of samples during conversion." to "Open the options for processing samples during conversion." to reinforce that it opens a dialog.

Resource-only change (Strings.properties); the button wiring in MainFrame is untouched (the "Process" argument there is the Process.png icon filename, not the label). CHANGELOG updated.

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.
douglas-carmichael added a commit to douglas-carmichael/ConvertWithMoss that referenced this pull request Jul 7, 2026
…ng rename (PR git-moss#176)

- SoundFont 2: skip presets that reference no samples (the commercial-bank
  'marker' presets like 'E-mu Systems 2007'), so they no longer become empty
  instruments. Mirrors the Ensoniq detector guard; new IDS_NOTIFY_SF2_SKIP_EMPTY_PRESET.
- UI: rename the 'Process' button to 'Processing' (matches the dialog title,
  non-imperative, Alt+P) and reword its tooltip.
@git-moss

git-moss commented Jul 8, 2026

Copy link
Copy Markdown
Owner

I changed this intentionally from Processing to Process since the longer name broke the layout on some platform/screen resolutions and I was unable to fix this. Until you checked this on all OSs and some resolutions I don't want to go through the hassle again.

@git-moss git-moss closed this Jul 8, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants