1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-09-23 23:41:21 +02:00

Bug 1427 - Summary: Wording Issues - Metadata Tags

This commit is contained in:
James Crook 2017-03-01 15:57:48 +00:00
parent 95861bf7f2
commit a4136f5979

View File

@ -351,7 +351,7 @@ bool Exporter::Process(AudacityProject *project, bool selectedOnly, double t0, d
// Let user edit MetaData // Let user edit MetaData
if (mPlugins[mFormat]->GetCanMetaData(mSubFormat)) { if (mPlugins[mFormat]->GetCanMetaData(mSubFormat)) {
if (!(project->DoEditMetadata(_("Edit Metadata Tags for Export"), _("Exported Tags"), mProject->GetShowId3Dialog()))) { if (!(project->DoEditMetadata(_("Edit Metadata Tags"), _("Exported Tags"), mProject->GetShowId3Dialog()))) {
return false; return false;
} }
} }
@ -976,7 +976,7 @@ bool Exporter::SetAutoExportOptions(AudacityProject *project) {
// Let user edit MetaData // Let user edit MetaData
if (mPlugins[mFormat]->GetCanMetaData(mSubFormat)) { if (mPlugins[mFormat]->GetCanMetaData(mSubFormat)) {
if (!(project->DoEditMetadata(_("Edit Metadata Tags for Export"), if (!(project->DoEditMetadata(_("Edit Metadata Tags"),
_("Exported Tags"), mProject->GetShowId3Dialog()))) { _("Exported Tags"), mProject->GetShowId3Dialog()))) {
return false; return false;
} }