fixed typo
authorteepe <teepe@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Tue, 13 Nov 2001 23:09:15 +0000 (23:09 +0000)
committerteepe <teepe@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Tue, 13 Nov 2001 23:09:15 +0000 (23:09 +0000)
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@1747 7612ce4b-ef26-0410-bec9-ea0150e637f0

functions/addressbook.php

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