From 4f5c9e16ad10b86df6d928f46e1ac3f9fbf4830d Mon Sep 17 00:00:00 2001 From: Katrin Fischer Date: Sun, 2 Jun 2019 09:18:00 +0000 Subject: [PATCH] Bug 22960: (follow-up) Fix another tiny typo This only seems to appear in the .pref file: ...pairs. the => ... pairs. The --- .../intranet-tmpl/prog/en/modules/admin/preferences/circulation.pref | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/circulation.pref b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/circulation.pref index a7492c41fd..da9f932e6c 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/circulation.pref +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/circulation.pref @@ -535,7 +535,7 @@ Circulation: type: textarea syntax: text/x-yaml class: code - - "This a list of value pairs. the first value is followed immediately by colon space then the second value.

" + - "This a list of value pairs. The first value is followed immediately by colon space then the second value.

" - "Examples:
" - "PROC: FIC - causes an item in the Processing Center location to be updated into the Fiction location on check in.
" - "FIC: GEN - causes an item in the Fiction location to be updated into the General stacks location on check in.
" -- 2.11.0