Updated Hebrew po file.
[squirrelmail.git] / plugins / abook_take / setup.php
index f14ad2bdd5c1e9284ec8501c7f1223d3dbbf39ac..2f45a70470b0225001cc47897b65eaa0a0043a37 100755 (executable)
@@ -156,11 +156,11 @@ function abook_take_options()
           '<input type="checkbox" name="abook_take_abook_take_hide"';
           if ($abook_take_hide)
             echo ' checked';
-          echo '>' . _("Hide the box") . '<br>' .
+          echo '>&nbsp;' . _("Hide the box") . '<br>' .
           '<input type=checkbox name="abook_take_abook_take_verify"';
           if ($abook_take_verify)
             echo ' checked';
-          echo '>' . _("Try to verify addresses") . '</td></tr>';
+          echo '>&nbsp;' . _("Try to verify addresses") . '</td></tr>';
 }