Fix typo in preferences dialog

Originally committed to SVN as r6267.
This commit is contained in:
Thomas Goyne 2012-01-10 22:10:47 +00:00
parent 3b099dba74
commit 2b49d6ea62
1 changed files with 1 additions and 1 deletions

View File

@ -153,7 +153,7 @@ Audio::Audio(wxTreebook *book, Preferences *parent): OptionPage(book, parent, _(
OptionAdd(general, _("Default lead-out length"), "Audio/Lead/OUT", 0, 36000);
OptionAdd(general, _("Start-marker drag sensitivity"), "Audio/Start Drag Sensitivity", 1, 15);
OptionAdd(general, _("Line boundry thickness"), "Audio/Line Boundaries Thickness", 1, 5);
OptionAdd(general, _("Line boundary thickness"), "Audio/Line Boundaries Thickness", 1, 5);
OptionAdd(general, _("Maximum snap distance"), "Audio/Snap/Distance", 0, 25);
const wxString dtl_arr[] = { _("Don't show"), _("Show previous"), _("Show previous and next"), _("Show all") };