"Allow grid to take focus" -> "Focus grid on click"

The grid can still be focused via the keyboard, so the previous label
was misleading.
This commit is contained in:
Thomas Goyne 2013-08-17 15:10:07 -07:00
parent f714d60a54
commit ae9f05d876
1 changed files with 1 additions and 1 deletions

View File

@ -195,7 +195,7 @@ Interface::Interface(wxTreebook *book, Preferences *parent): OptionPage(book, pa
OptionAdd(edit_box, _("Maximum characters per line"), "Subtitle/Character Limit", 0, 1000);
wxFlexGridSizer *grid = PageSizer(_("Grid"));
OptionAdd(grid, _("Allow grid to take focus"), "Subtitle/Grid/Focus Allow");
OptionAdd(grid, _("Focus grid on click"), "Subtitle/Grid/Focus Allow");
OptionAdd(grid, _("Highlight visible subtitles"), "Subtitle/Grid/Highlight Subtitles in Frame");
OptionAdd(grid, _("Hide overrides symbol"), "Subtitle/Grid/Hide Overrides Char");
OptionFont(grid, "Subtitle/Grid/");