http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8585 Owen Leonard <oleonard@myacpl.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #12796|0 |1 is obsolete| | --- Comment #14 from Owen Leonard <oleonard@myacpl.org> --- Comment on attachment 12796 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=12796 Follow up to Bug 8585: add missing word to preference
From 5d09752547e6cde4f9840c01ec54ad3a381c166f Mon Sep 17 00:00:00 2001 From: Nicole C. Engard <nengard@bywatersolutions.com> Date: Thu, 11 Oct 2012 21:23:48 -0400 Subject: [PATCH] Follow up to Bug 8585: add missing word to preference
The preference added in this bug is missing the word 'day(s)'. This patch adds it in.
http://bugs.koha-community.org/show_bug.cgi?id=4118 --- .../en/modules/admin/preferences/circulation.pref | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)
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 62938b4..6d58217 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 @@ -55,7 +55,7 @@ Circulation: - Set the default start date for the Holds to pull list to - pref: HoldsToPullStartDate class: integer - - ago. + - day(s) ago. - - pref: AllowAllMessageDeletion choices: -- 1.7.2.3
-- You are receiving this mail because: You are watching all bug changes.