From 8dcb4b9a1214241c8774867cdcb7a058dbc0dff3 Mon Sep 17 00:00:00 2001 From: Jonathan Druart Date: Mon, 27 Apr 2015 13:03:22 +0200 Subject: [PATCH] Bug 11576: Make "manage" translatable - serials-collection Content-Type: text/plain; charset=utf-8 If a subscription is irregular, a tab with "manage" is displayed on the serial collection page. But this string is not translatable. Test plan: 1/ Go on the serial collection page of an irregular subscription (or create one). 2/ Note that the first tab was named "managed", it's now "Manage". 3/ Update a po lang file and confirm you see the string and you are able to translate it. Signed-off-by: Bernardo Gonzalez Kriegel Work as described, no koha-qa errors Signed-off-by: Marcel de Rooy --- .../intranet-tmpl/prog/en/modules/serials/serials-collection.tt | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/serials/serials-collection.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/serials/serials-collection.tt index f85d7d5..723f31e 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/serials/serials-collection.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/serials/serials-collection.tt @@ -170,7 +170,11 @@ $(document).ready(function() { -- 1.7.10.4