@@ -, +, @@ --- .../intranet-tmpl/prog/en/modules/tools/preview_letter.tt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) --- a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/preview_letter.tt +++ a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/preview_letter.tt @@ -11,8 +11,8 @@ [% SWITCH m.code %] [% CASE 'no_data_for_preview' %]You did not specify data for preview. [% CASE 'preview_not_available' %]Preview is not available for letters '[% m.letter_code | html %]'. - [% CASE 'not_checked_in_yet' %]Do not forget that the issue has not been checked in yet. - [% CASE 'not_checked_out_yet' %]Do not forget that the issue has not been checked out yet. + [% CASE 'not_checked_in_yet' %]Do not forget that the item has not been checked in yet. + [% CASE 'not_checked_out_yet' %]Do not forget that the item has not been checked out yet. [% CASE 'no_checkout' %]This item is not checked out. [% CASE 'no_item_or_no_patron' %]The item or the patron does not exist. [% CASE 'no_hold' %]No hold is placed by this patron on this bibliographic record. --