mirror of
https://github.com/cookiengineer/audacity
synced 2025-10-27 07:43:50 +01:00
TranslatableString for tooltips and status bar messages
This commit is contained in:
@@ -1169,7 +1169,7 @@ void OnTrackClose(const CommandContext &context)
|
||||
if (isAudioActive)
|
||||
{
|
||||
ProjectStatus::Get( project ).Set(
|
||||
_("Can't delete track with active audio"));
|
||||
XO("Can't delete track with active audio"));
|
||||
wxBell();
|
||||
return;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user