From d4cbb1ef3e3ec78bf857b9c01215be4c684da43e Mon Sep 17 00:00:00 2001 From: teepe Date: Tue, 13 Nov 2001 23:09:15 +0000 Subject: [PATCH] fixed typo git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@1747 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- functions/addressbook.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/functions/addressbook.php b/functions/addressbook.php index ecb8cd66..a9eda171 100644 --- a/functions/addressbook.php +++ b/functions/addressbook.php @@ -315,7 +315,7 @@ } if(eregi('[ \\:\\|\\#\\"\\!]', $userdata['nickname'])) { - $this->error = _("Nickname contain illegal characters"); + $this->error = _("Nickname contains illegal characters"); return false; } @@ -478,4 +478,4 @@ } -?> \ No newline at end of file +?> -- 2.25.1