@@ -, +, @@ explanation for "Days mode" --- .../intranet-tmpl/prog/en/modules/admin/smart-rules.tt | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) --- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/smart-rules.tt +++ a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/smart-rules.tt @@ -216,10 +216,10 @@ [% issuelength | html %] [% SWITCH daysmode %] - [% CASE 'Calendar' %]Calendar - [% CASE 'Datedue' %]Datedue - [% CASE 'Days' %]Days - [% CASE 'Dayweek' %]Dayweek + [% CASE 'Calendar' %]Skip closed days + [% CASE 'Datedue' %]Next open day + [% CASE 'Days' %]Ignore the calendar + [% CASE 'Dayweek' %]Same week day [% CASE %]Default [% END %] --