mirror of https://github.com/odrling/Aegisub
Fix the option name for max undo levels in the preferences dialog
Originally committed to SVN as r5862.
This commit is contained in:
parent
95a1071a1b
commit
0f2cea4226
|
@ -101,7 +101,7 @@ General::General(wxTreebook *book, Preferences *parent): OptionPage(book, parent
|
|||
sizer->AddSpacer(15);
|
||||
|
||||
wxFlexGridSizer *undo = PageSizer(_("Undo / Redo Settings"));
|
||||
OptionAdd(undo, _("Undo Levels"), "Limits/MRU");
|
||||
OptionAdd(undo, _("Undo Levels"), "Limits/Undo Levels");
|
||||
|
||||
wxFlexGridSizer *toolbar = PageSizer(_("Toolbar Settings"));
|
||||
OptionAdd(toolbar, _("Toolbar Icon Size"), "App/Toolbar Icon Size");
|
||||
|
|
Loading…
Reference in New Issue