Audacity Bug Summary
••• Introduction •••
••• Keywords •••
    Audacity 3.0.3 development began 19th April 2021

Audacity Bugzilla



Bug 798 - Minor inconsistency in the Export dialogs: "type" versus "format"
Minor inconsistency in the Export dialogs: "type" versus "format"
Status: RESOLVED NOT-A-BUG
Product: Audacity
Classification: Unclassified
Component: User Interface
2.0.7
Per OS All
: P5 Enhancement
Assigned To: Default Assignee for New Bugs
:
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2014-12-16 09:09 UTC by Peter Sampson
Modified: 2018-08-20 11:45 UTC (History)
6 users (show)

See Also:
Steps To Reproduce:
1. Use Export Audio The dialog that is offered has the words 'Save as' in it.
Release Note:
First Git SHA:
Group: ---
Workaround:
Closed: 2018-08-20 00:00:00


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Peter Sampson 2014-12-16 09:09:57 UTC
In the dialogs for Exports:

1) Export Audio, Export Selected Audio and Export Labels all have: "Save as type:" in their dialogs,

2) in contrast Export Multiple has:  "Export format:'.

Unless and until we abandon Export in favor of Save then all the dialogs should, for both consistency and accuracy, really say: "Export format:"
Comment 1 Gale Andrews 2014-12-16 11:43:24 UTC
As I think you may recall, this is not a simple fix because of the inflexibility of the standard OS Open / Save dialogue we use. 

Because it's an OS-specific dialogue, the "Save as type" text on Windows appears as "Name" on Linux and "Save As" on Mac. We can't standardise it unless we make our own dialogue for project save and single Export.   

The same problem exists with "Save" as the action button in single Export and "Export" as the action button in Export Multiple. The only quick consistency fix  
(it's only a complete fix for Windows) would be to change Export Multiple to "Save as type" and "Save" respectively. We are technically saving the exported file (committing it to disk) - I have no issue with that solution myself.
Comment 2 James Crook 2017-08-10 11:15:16 UTC
INVALID as bug.  Could be worked up into a proposal for a custom save dialog that mimics the real save dialog.