From f80c9260135433d4c7c343fe88b13a0f73aa5efd Mon Sep 17 00:00:00 2001 From: Paul Poulain Date: Wed, 21 Mar 2012 11:02:01 +0100 Subject: [PATCH] Bug 7144 string follow-up: reordering text the table below show checkout/hold/return, so the description should be in the same order for a better consistency Plus the term "return" is used elsewhere in the page, so s/checkin/return/ --- koha-tmpl/intranet-tmpl/prog/en/modules/admin/smart-rules.tt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/smart-rules.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/smart-rules.tt index 4c4c534050..5d5be3e4ce 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/smart-rules.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/smart-rules.tt @@ -182,8 +182,8 @@ for="tobranch">Clone these rules to: -

Default checkout, checkin and hold policy for [% IF ( humanbranch ) %][% humanbranch %][% ELSE %]all libraries[% END %]

-

You can set a default maximum number of checkouts, hold policy and checkin policy that will be used if none is defined below for a particular item type or category.

+

Default checkout, hold and return policy for [% IF ( humanbranch ) %][% humanbranch %][% ELSE %]all libraries[% END %]

+

You can set a default maximum number of checkouts, hold policy and return policy that will be used if none is defined below for a particular item type or category.

-- 2.39.2