1
0
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:
Paul Licameli
2019-12-08 12:11:31 -05:00
parent 1f86a77569
commit 4eb220e7b9
36 changed files with 273 additions and 279 deletions

View File

@@ -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);