forked from mia/Aegisub
Adjust the label for the history box in the shift times dialog to suggest that old shifts can now be loaded
Originally committed to SVN as r6383.
This commit is contained in:
parent
642a9df2bf
commit
ef4c1b369d
1 changed files with 1 additions and 1 deletions
|
@ -179,7 +179,7 @@ DialogShiftTimes::DialogShiftTimes(agi::Context *context)
|
|||
left_sizer->Add(selection_mode, wxSizerFlags().Expand().Border(wxBOTTOM));
|
||||
left_sizer->Add(time_fields, wxSizerFlags().Expand());
|
||||
|
||||
wxSizer *history_sizer = new wxStaticBoxSizer(wxVERTICAL, this, _("History"));
|
||||
wxSizer *history_sizer = new wxStaticBoxSizer(wxVERTICAL, this, _("Load from history"));
|
||||
history_sizer->Add(history_box, wxSizerFlags(1).Expand());
|
||||
history_sizer->Add(clear_button, wxSizerFlags().Expand().Border(wxTOP));
|
||||
|
||||
|
|
Loading…
Reference in a new issue