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

Correct duplicate access in Preferences:tracks

This commit is contained in:
David Bailes 2016-10-26 13:29:46 +01:00
parent a79596fb4e
commit 597da6fda3

View File

@ -144,7 +144,7 @@ void TracksPrefs::PopulateOrExchange(ShuttleGui & S)
wxT("/GUI/SelectAllOnNone"),
true);
/* i18n-hint: cut-lines are a lines indicating where to cut.*/
S.TieCheckBox(_("Enable c&ut lines"),
S.TieCheckBox(_("Enable cut &lines"),
wxT("/GUI/EnableCutLines"),
false);
S.TieCheckBox(_("Enable &dragging of left and right selection edges"),