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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user