mirror of
https://github.com/cookiengineer/audacity
synced 2026-03-06 14:35:32 +01:00
TranslatableString for undo history short and long descriptions
This commit is contained in:
@@ -44,9 +44,8 @@ bool DoImportMIDI( AudacityProject &project, const FilePath &fileName )
|
||||
|
||||
ProjectHistory::Get( project )
|
||||
.PushState(
|
||||
wxString::Format(_("Imported MIDI from '%s'"),
|
||||
fileName),
|
||||
_("Import MIDI")
|
||||
XO("Imported MIDI from '%s'").Format( fileName ),
|
||||
XO("Import MIDI")
|
||||
);
|
||||
|
||||
ProjectWindow::Get( project ).ZoomAfterImport(pTrack);
|
||||
|
||||
Reference in New Issue
Block a user