From 8ea39cfe01d363fe28d6e4e3a550f56fb2372c00 Mon Sep 17 00:00:00 2001 From: Srikanth Dhondi <srikanth@catalyst.net.nz> Date: Mon, 29 Oct 2012 13:57:09 +1300 Subject: [PATCH] bug 8712 - changed "New list" to "Create new list" This makes it clear for screen reader users. --- koha-tmpl/opac-tmpl/prog/en/includes/masthead.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/koha-tmpl/opac-tmpl/prog/en/includes/masthead.inc b/koha-tmpl/opac-tmpl/prog/en/includes/masthead.inc index 3f661ad..b0793dc 100644 --- a/koha-tmpl/opac-tmpl/prog/en/includes/masthead.inc +++ b/koha-tmpl/opac-tmpl/prog/en/includes/masthead.inc @@ -156,7 +156,7 @@ [% ELSE %] <ul class="first-of-type"> <li>No private lists</li> - <li class="yuimenuitem"><a class="yuimenuitemlabel" href="/cgi-bin/koha/opac-shelves.pl?display=privateshelves">[New list]</a></li></ul> + <li class="yuimenuitem"><a class="yuimenuitemlabel" href="/cgi-bin/koha/opac-shelves.pl?display=privateshelves">[Create new list]</a></li></ul> [% END %] [% ELSE %] <ul class="first-of-type"><li><a href="/cgi-bin/koha/opac-user.pl">Log in to create your own lists</a></li></ul> -- 1.7.9.5