1
0
mirror of https://github.com/cookiengineer/audacity synced 2026-03-31 19:44:54 +02:00

AUP3: Make the AUP3/AUP file types consistent

This commit is contained in:
Leland Lucius
2020-07-15 11:58:45 -05:00
parent 3954998083
commit 79b8c65f60
3 changed files with 4 additions and 4 deletions

View File

@@ -53,7 +53,7 @@ const FileNames::FileType
FileNames::AllFiles{ XO("All files"), { wxT("") } }
/* i18n-hint an Audacity project is the state of the program, stored as
files that can be reopened to resume the session later */
, FileNames::AudacityProjects{ XO("Audacity projects"), { wxT("aup3") }, true }
, FileNames::AudacityProjects{ XO("AUP3 project files"), { wxT("aup3") }, true }
, FileNames::DynamicLibraries{
#if defined(__WXMSW__)
XO("Dynamically Linked Libraries"), { wxT("dll") }, true