Bug 15598: Also fixing space near exclamation mark in other files
authorHector Castro <hector.hecaxmmx@gmail.com>
Tue, 19 Jan 2016 21:10:03 +0000 (15:10 -0600)
committerBrendan A Gallagher <brendan@bywatersolutions.com>
Wed, 27 Jan 2016 05:19:38 +0000 (05:19 +0000)
To test:
-Check that the space near to exclamation mark (!) is fixed

Signed-off-by: Briana <brianagreally@gmail.com>
Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de>
Signed-off-by: Brendan A Gallagher <brendan@bywatersolutions.com>
koha-tmpl/intranet-tmpl/prog/en/includes/doc-head-close.inc
koha-tmpl/intranet-tmpl/prog/en/modules/admin/clone-rules.tt
koha-tmpl/intranet-tmpl/prog/en/modules/tools/cleanborrowers.tt

index 3e99a52..c31932a 100644 (file)
@@ -45,7 +45,7 @@
         var MSG_NRECORDS_ADDED = _("%s item(s) added to your cart");
         var MSG_NRECORDS_IN_BASKET = _("%s already in your cart");
         var MSG_NO_RECORD_SELECTED = _("No item was selected");
-        var MSG_NO_RECORD_ADDED = _("No item was added to your cart (already in your cart) !");
+        var MSG_NO_RECORD_ADDED = _("No item was added to your cart (already in your cart)!");
         var MSG_CONFIRM_DEL_BASKET = _("Are you sure you want to empty your cart?");
         var MSG_CONFIRM_DEL_RECORDS = _("Are you sure you want to remove the selected items?");
         var MSG_IN_YOUR_CART = _("Items in your cart: %s");
index 146b203..a9268cb 100644 (file)
@@ -29,7 +29,7 @@
     <a href="/cgi-bin/koha/admin/smart-rules.pl">Return to issuing rules</a>
     [% ELSE %]
 
-       <p class="help">Use carefully ! If the destination library already has issuing rules, they will be deleted without warning !</p> 
+       <p class="help">Use carefully! If the destination library already has issuing rules, they will be deleted without warning!</p>
        <form action="/cgi-bin/koha/admin/clone-rules.pl" method="post">
            [% UNLESS ( frombranch ) %]
            <fieldset>
index 266583c..388da10 100644 (file)
@@ -19,7 +19,7 @@
               }
               if((form.checkbox[1].checked)){
                   if(!(form.date2.value)){
-                      alert(_("please enter a date !"));
+                      alert(_("please enter a date!"));
                       return false;
                   }
               }