From 661a652c67ac52dc297bc06c576403f04b7c3583 Mon Sep 17 00:00:00 2001 From: Bernardo Gonzalez Kriegel Date: Thu, 24 Oct 2013 12:32:26 -0300 Subject: [PATCH] Bug 11134 - Typo on course reserves help This patch fixes a small typo on course reserves help To test: 1) Go to Course reserves 2) Press 'New course' 3) Press Help 4) On 3dr paragraph you will read "To link a ninstructor ..." 5) Apply patch 6) Now it reads "To link an instructor ..." --- .../prog/en/modules/help/course_reserves/course.tt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/help/course_reserves/course.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/help/course_reserves/course.tt index a427719..798ce40 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/help/course_reserves/course.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/help/course_reserves/course.tt @@ -6,7 +6,7 @@

From the main course reserves page you can add a new course by clicking the 'New course' button at the top left.

-

Your new course will need a Department, Number and Name at the bare minimum. You can also add in additional details like course section number and term. To link a ninstructor to this course simply start typing their name and Koha will search your patron database to find you the right person.

+

Your new course will need a Department, Number and Name at the bare minimum. You can also add in additional details like course section number and term. To link an instructor to this course simply start typing their name and Koha will search your patron database to find you the right person.

Once the instructor you want appears just click their name and they will be added. You can repeat this for all instructors on this course. Each instructor will appear above the search box and can be removed by clicking the 'Remove' link to the right of their name.

-- 1.7.9.5