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)
committerGalen Charlton <gmc@esilibrary.com>
Tue, 29 Oct 2013 16:06:28 +0000 (16:06 +0000)
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>

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 7df30ec..b842f57 100644 (file)
@@ -62,7 +62,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 %]