More plugin internationalization (not yet finished)
[squirrelmail.git] / plugins / squirrelspell / modules / crypto.mod.php
index 5ae0833df46c7e05900e064de7f7c7469b74e333..67959ce52586402650af44a5829cc6f4213a5738 100644 (file)
@@ -22,8 +22,8 @@
       $SQSPELL_CRYPTO=true;
       sqspell_writeWords($words);
       $msg='<p>' .
-           _("Your personal dictionary has been <strong>encrypted</strong> and is now stored in an <strong>encrypted format"=.
-           '</strong>.</p>';
+           _("Your personal dictionary has been <strong>encrypted</strong> and is now stored in an <strong>encrypted format</strong>.").
+           '</p>';
      break;
     
      case 'decrypt':
@@ -33,8 +33,7 @@
       $SQSPELL_CRYPTO=false;
       sqspell_writeWords($words);
       $msg='<p>' . 
-           _("Your personal dictionary has been <strong>decrypted</strong> and is now stored as <strong>clear text") . 
-           '</strong>.</p>';
+           _("Your personal dictionary has been <strong>decrypted</strong> and is now stored as <strong>clear text</strong>.") . '</p>';
      break;
      
      case "":