Bug 7746: "No Public Lists." not translatable.
authorKatrin Fischer <Katrin.Fischer.83@web.de>
Mon, 19 Mar 2012 16:06:23 +0000 (17:06 +0100)
committerPaul Poulain <paul.poulain@biblibre.com>
Thu, 22 Mar 2012 08:02:54 +0000 (09:02 +0100)
I applied the patch and did a translate update / translate install.
No public lists is now surrounded by P-tags as expected.

Signed-off-by: mveron <veron@veron.ch>
Signed-off-by: Ian Walls <koha.sekjal@gmail.com>
QA Comment:  fixed small typo ('pists' instead of 'lists')

Signed-off-by: Paul Poulain <paul.poulain@biblibre.com>
koha-tmpl/intranet-tmpl/prog/en/modules/virtualshelves/shelves.tt

index 0eb0d02..550c132 100644 (file)
@@ -386,7 +386,7 @@ function placeHold () {
                 [% END %]
         </table>
             [% ELSE %]
-            <p>No Private Lists.</p>
+            <p>No private lists.</p>
             [% END %]<!-- /shelveslooppriv -->
                </div><!-- /privateshelves -->
 
@@ -434,7 +434,7 @@ function placeHold () {
             [% END %]
         </table>
         [% ELSE %]
-               [% IF ( showpublicshelves ) %]No Public Lists.[% END %]
+            [% IF ( showpublicshelves ) %]<p>No public lists.</p>[% END %]
         [% END %]<!-- /shelvesloop -->
         </div><!-- /publicshelves -->
                </div>