Bugzilla – Attachment 36127 Details for
Bug 13741
"No fund found" not translatable
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 13741: "No fund found" is not translatable
Bug-13741-No-fund-found-is-not-translatable.patch (text/plain), 1.28 KB, created by
Brendan Gallagher
on 2015-02-24 04:46:54 UTC
(
hide
)
Description:
Bug 13741: "No fund found" is not translatable
Filename:
MIME Type:
Creator:
Brendan Gallagher
Created:
2015-02-24 04:46:54 UTC
Size:
1.28 KB
patch
obsolete
>From 66e8ba378f288968fb12614184cc09a573cc2902 Mon Sep 17 00:00:00 2001 >From: Katrin Fischer <Katrin.Fischer.83@web.de> >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 <langcode> >- 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 <brendan@bywatersolutions.com> >--- > 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") > </table> > > [% ELSE %] >- No fund found >+ <p>No fund found</p> > [% END %] > > [% END %] <!-- list --> >-- >1.7.10.4
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 13741
:
36114
|
36127
|
36163