String fix and chmod
authorphilippe_mingo <philippe_mingo@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Thu, 15 Nov 2001 11:03:50 +0000 (11:03 +0000)
committerphilippe_mingo <philippe_mingo@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Thu, 15 Nov 2001 11:03:50 +0000 (11:03 +0000)
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@1755 7612ce4b-ef26-0410-bec9-ea0150e637f0

functions/addressbook.php

index a9eda171db51e5d70040fd624c5c36c3a715d5f1..e1e13d8a512fa6bfab9bc5373972ad2a8e54588a 100644 (file)
         }
 
         if(eregi('[\\: \\|\\#"\\!]', $userdata['nickname'])) {
-           $this->error = _("Nickname contain illegal characters");
+           $this->error = _("Nickname contains illegal characters");
            return false;
         }