mirror of
https://github.com/cookiengineer/audacity
synced 2025-10-13 22:21:11 +02: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