From 66e8ba378f288968fb12614184cc09a573cc2902 Mon Sep 17 00:00:00 2001 From: Katrin Fischer Date: Sat, 21 Feb 2015 20:52:02 +0100 Subject: [PATCH] Bug 13741: "No fund found" is not translatable The string "No fund found" on the funds overview page is not translatable. To test: - Create a new budget - Check for the string on the funds page of the new budget - Run an update on one of the po file sets cd misc/translator perl translate update - Verify that the string now appars in the po file for staff - Verify the page still looks the same as before the patch Signed-off-by: Brendan Gallagher --- koha-tmpl/intranet-tmpl/prog/en/modules/admin/aqbudgets.tt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 433c7b9..3eb178b 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/aqbudgets.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/aqbudgets.tt @@ -419,7 +419,7 @@ var MSG_PARENT_BENEATH_BUDGET = "- " + _("New budget-parent is beneath budget") [% ELSE %] - No fund found +

No fund found

[% END %] [% END %] -- 1.7.10.4