From 627f7594926559aecbdd946dc06680aac76e219b Mon Sep 17 00:00:00 2001 From: Katrin Fischer <Katrin.Fischer.83@web.de> Date: Mon, 15 Apr 2013 06:21:55 +0200 Subject: [PATCH] Bug 9818: Fixing capitalization and remove dollar sign Overdue Fines Cap ($) > Overdue fines cap (amount) To test: Go to administration > circulation and fine rules Check column label Overdue fines cap now follows capitalization rules and has no dollar sign. Signed-off-by: Chris Cormack <chrisc@catalyst.net.nz> --- koha-tmpl/intranet-tmpl/prog/en/modules/admin/smart-rules.tt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 586d310..389be35 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 @@ -146,7 +146,7 @@ for="tobranch"><strong>Clone these rules to:</strong></label> <input type="hidde <th>Fine amount</th> <th>Fine charging interval</th> <th>Fine grace period (day)</th> - <th>Overdue Fines Cap ($)</th> + <th>Overdue fines cap (amount)</th> <th>Suspension in days (day)</th> <th>Renewals allowed (count)</th> <th>Renewal period</th> -- 1.7.10.4