diff --git a/aegisub/src/dialog_shift_times.cpp b/aegisub/src/dialog_shift_times.cpp index ad2ac3035..2d4be2eda 100644 --- a/aegisub/src/dialog_shift_times.cpp +++ b/aegisub/src/dialog_shift_times.cpp @@ -282,7 +282,7 @@ void DialogShiftTimes::OnOK(wxCommandEvent &event) { // Selection range if (affect == 0) message << _("all"); - else if (affect == 2) message << wxString::Format(_("from %i onward"),sel[0]); + else if (affect == 2) message << wxString::Format(_("from %i onward"),sel[0]+1); else { // This huge block of code prints the selected ranges of subs message << _("sel "); int last = sel[0]-1;