From cd1540bc3b788e0e1caea6d1698789c2354eab60 Mon Sep 17 00:00:00 2001 From: paul Date: Tue, 18 Dec 2007 19:38:29 +0100 Subject: [PATCH] the term "framework" here is useless + it causes some trouble for translation (should we have it after or before the framework name ?) Signed-off-by: Joshua Ferraro --- koha-tmpl/intranet-tmpl/prog/en/includes/cataloging-toolbar.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/includes/cataloging-toolbar.inc b/koha-tmpl/intranet-tmpl/prog/en/includes/cataloging-toolbar.inc index 631dd3b49d..70b755c9ab 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/includes/cataloging-toolbar.inc +++ b/koha-tmpl/intranet-tmpl/prog/en/includes/cataloging-toolbar.inc @@ -21,7 +21,7 @@ var newmenu = [ { text: _("Default Framework"), url: "/cgi-bin/koha/cataloguing/addbiblio.pl?frameworkcode=" }, - { text: _(" Framework"), url: "/cgi-bin/koha/cataloguing/addbiblio.pl?frameworkcode="}, + { text: "", url: "/cgi-bin/koha/cataloguing/addbiblio.pl?frameworkcode="}, ] -- 2.39.5