fixed several parse errors with gettext stuff
[squirrelmail.git] / src / folders_delete.php
index e0c08d0c61fc83bd73c521fb20dd98318fc3df49..496ebd345097d27e3e52ded2d4bc52c704a4141c 100644 (file)
@@ -73,7 +73,9 @@
    /** Log out this session **/
    fputs($imapConnection, "1 logout");
 
-   echo "<BR><BR><A HREF=\"webmail.php?right_frame=folders.php\" TARGET=_top>Return</A>";
+   echo "<BR><BR><A HREF=\"webmail.php?right_frame=folders.php\" TARGET=_top>";
+   echo _("Return");
+   echo "</A>";
    echo "</BODY></HTML>";
 ?>