Bug 11086: Fixing some grammatical mistakes in member-flags and tools-home
authorChris Cormack <chris@bigballofwax.co.nz>
Sun, 20 Oct 2013 18:51:29 +0000 (11:51 -0700)
committerTomas Cohen Arazi <tomascohen@gmail.com>
Thu, 5 Dec 2013 17:59:22 +0000 (14:59 -0300)
To test before the patch is applied notice that on the member-flags
page it says

"upload patron images in batch or one at a time"
After the patch it should say

"upload patron images in a batch or one at a time"

Try also for tools-home

Signed-off-by: Katrin Fischer <Katrin.Fischer.83@web.de>
String change, only affecting templates.

Signed-off-by: Galen Charlton <gmc@esilibrary.com>
(cherry picked from commit fa88585674148b36817168c27cc70da555ce6da6)
Signed-off-by: Tomas Cohen Arazi <tomascohen@gmail.com>

koha-tmpl/intranet-tmpl/prog/en/modules/help/members/member-flags.tt
koha-tmpl/intranet-tmpl/prog/en/modules/tools/tools-home.tt

index 5ed262a..afdbdcf 100644 (file)
 <ul>
        <li>batch_upload_patron_images
 <ul>
-       <li>Upload patron images in batch or one at a time</li>
+       <li>Upload patron images in a batch or one at a time</li>
        <li>Access to the Image Upload Tool</li>
 </ul>
 </li>
index 4fff721..7e9ccb2 100644 (file)
@@ -57,7 +57,7 @@
 
     [% IF ( CAN_user_tools_batch_upload_patron_images ) %]
     <dt><a href="/cgi-bin/koha/tools/picture-upload.pl">Upload patron images</a></dt>
-       <dd>Upload patron images in batch or one at a time</dd>
+       <dd>Upload patron images in a batch or one at a time</dd>
     [% END %]