Bug 7823: [SIGNED-OFF] Ergonomy improvements: Rename button to "New patron"
authorKatrin Fischer <Katrin.Fischer.83@web.de>
Sat, 24 Mar 2012 10:40:16 +0000 (11:40 +0100)
committerPaul Poulain <paul.poulain@biblibre.com>
Wed, 28 Mar 2012 14:24:09 +0000 (16:24 +0200)
"New" for adding new patrons is hard to translate and is not consistent
with the naming of similar buttons in other parts of Koha.

Patch changes "New" to "New patron".

Signed-off-by: Magnus Enger <magnus@enger.priv.no>
Patch does what it says and ii makes sense to change the wording.

Signed-off-by: Paul Poulain <paul.poulain@biblibre.com>
koha-tmpl/intranet-tmpl/prog/en/includes/patron-toolbar.inc

index d07c577..36bb08f 100644 (file)
@@ -39,7 +39,7 @@
 
            new YAHOO.widget.Button({
                type: "menu",
-               label: _("New"),
+               label: _("New patron"),
                name: "newmenubutton",
                menu: newmenu,
                container: "newmenuc"