From ef4c1b369d7baafa179fbebd34c8e7a5ab55d944 Mon Sep 17 00:00:00 2001 From: Thomas Goyne Date: Fri, 27 Jan 2012 20:04:14 +0000 Subject: [PATCH] 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. --- aegisub/src/dialog_shift_times.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aegisub/src/dialog_shift_times.cpp b/aegisub/src/dialog_shift_times.cpp index 984c522dc..bb89600e8 100644 --- a/aegisub/src/dialog_shift_times.cpp +++ b/aegisub/src/dialog_shift_times.cpp @@ -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));