1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-08-16 08:34:10 +02:00

region > audio

Fits better with future proposed changes
This commit is contained in:
Gale Andrews 2016-11-18 22:58:37 +00:00 committed by GitHub
parent 3a9983795f
commit 83ae58db9f

View File

@ -140,7 +140,7 @@ void TracksPrefs::PopulateOrExchange(ShuttleGui & S)
S.StartStatic(_("Behaviors")); S.StartStatic(_("Behaviors"));
{ {
S.TieCheckBox(_("&Select then act on entire project, if no region selected"), S.TieCheckBox(_("&Select then act on entire project, if no audio selected"),
wxT("/GUI/SelectAllOnNone"), wxT("/GUI/SelectAllOnNone"),
true); true);
/* i18n-hint: cut-lines are a lines indicating where to cut.*/ /* i18n-hint: cut-lines are a lines indicating where to cut.*/