mirror of
https://github.com/cookiengineer/audacity
synced 2025-06-22 15:20:15 +02:00
Fix typo in label
This commit is contained in:
parent
9c0ac0aaa4
commit
f7a85f4d52
@ -103,7 +103,7 @@ void TracksPrefs::PopulateOrExchange(ShuttleGui & S)
|
|||||||
|
|
||||||
S.StartStatic(_("Display"));
|
S.StartStatic(_("Display"));
|
||||||
{
|
{
|
||||||
S.TieCheckBox(_("&Update display while when Recording/Playback head unpinned"),
|
S.TieCheckBox(_("&Update display when Recording/Playback head unpinned"),
|
||||||
wxT("/GUI/AutoScroll"),
|
wxT("/GUI/AutoScroll"),
|
||||||
true);
|
true);
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user