From: Nicole C. Engard <[email protected]> IntranetNav says the HTML will appear in the More menu, but it appears to the left of the More menu. This patch fixes the preference description.
Signed-off-by: Nicole C. Engard <[email protected]> Signed-off-by: Owen Leonard <[email protected]> --- .../en/modules/admin/preferences/staff_client.pref | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/staff_client.pref b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/staff_client.pref index abde94a..df0a434 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/staff_client.pref +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/staff_client.pref @@ -36,7 +36,7 @@ Staff Client: type: textarea class: code - - - "Show the following HTML in the More menu at the top of each page on the staff client (should be a list of links or blank):" + - "Show the following HTML to the left of the More menu at the top of each page on the staff client (should be a list of links or blank):" - pref: IntranetNav type: textarea class: code -- 1.7.3 _______________________________________________ Koha-patches mailing list [email protected] http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-patches website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
