1
0
mirror of https://github.com/cookiengineer/audacity synced 2026-04-01 03:54:47 +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

@@ -880,7 +880,7 @@ You are saving directly to a slow external storage device\n\
}
else
// Add to history
history.PushState(_("Recorded Audio"), _("Record"));
history.PushState(XO("Recorded Audio"), XO("Record"));
}
// Write all cached files to disk, if any