mirror of
https://github.com/cookiengineer/audacity
synced 2025-12-26 14:41:14 +01:00
Wording: Auto-select, if selection required.
This commit is contained in:
@@ -60,7 +60,7 @@ void TracksBehaviorsPrefs::PopulateOrExchange(ShuttleGui & S)
|
|||||||
|
|
||||||
S.StartStatic(_("Behaviors"));
|
S.StartStatic(_("Behaviors"));
|
||||||
{
|
{
|
||||||
S.TieCheckBox(_("A&uto-select entire track(s) instead of prompting for selection"),
|
S.TieCheckBox(_("A&uto-select, if selection required"),
|
||||||
wxT("/GUI/SelectAllOnNone"),
|
wxT("/GUI/SelectAllOnNone"),
|
||||||
false);
|
false);
|
||||||
/* i18n-hint: Cut-lines are lines that can expand to show the cut audio.*/
|
/* i18n-hint: Cut-lines are lines that can expand to show the cut audio.*/
|
||||||
|
|||||||
Reference in New Issue
Block a user