Made a few strings easier to translate.
[squirrelmail.git] / src / addrbook_search.php
index 9202b1375ab8292b5a05725020d5c601fd8a1b71..d67bd619d025ceef9ecbbe0afeae2681a5901e78 100644 (file)
@@ -7,9 +7,7 @@
     **/
 
    if(!isset($logged_in)) {
-      echo _("You must ");
-      echo _("login");
-      echo _(" first.");
+      echo _("You must login first.");
       exit;
    }
    if(!isset($username) || !isset($key)) {