From 663f92f1b7f575f0d222bc800a844098a1de3503 Mon Sep 17 00:00:00 2001 From: Bernardo Gonzalez Kriegel Date: Sun, 17 Feb 2013 10:19:55 -0300 Subject: [PATCH] Bug 9651 - When deleting a fund, button is wrongly labelled with 'Delete this budget' This patch change legends to approve/cancel deletion of a fund. Changed to Delete/Cancel, same messages to delete a Budget. To test: 1) When deleting a fund, confirmation messages said: 'Delete this budget XXX?' to approve 'No, do not delete' to cancel 2) Apply the patch 3) Now the messages are 'Delete'/'Cancel' Signed-off-by: Katrin Fischer Works perfectly. Signed-off-by: Jonathan Druart Signed-off-by: Jared Camins-Esakov --- koha-tmpl/intranet-tmpl/prog/en/modules/admin/aqbudgets.tt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/aqbudgets.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/aqbudgets.tt index ba308b6c3f..519c276489 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/aqbudgets.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/aqbudgets.tt @@ -499,11 +499,11 @@ - +
- +
[% END %] -- 2.39.2