From 98b1c194eec15319a4825e9ae1986d67fc6be997 Mon Sep 17 00:00:00 2001 From: Bernardo Gonzalez Kriegel Date: Sun, 17 Feb 2013 10:19:55 -0300 Subject: [PATCH] [SIGNED-OFF] 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. --- .../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 ba308b6..519c276 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 %] -- 1.7.9.5