1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-06-22 07:10:06 +02:00

Fix typo in label

This commit is contained in:
Gale Andrews 2016-08-11 17:12:00 +01:00 committed by GitHub
parent 9c0ac0aaa4
commit f7a85f4d52

View File

@ -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);