Browse Source

fixed typo

teepe 24 years ago
parent
commit
9f97b61667
1 changed files with 2 additions and 2 deletions
  1. 2 2
      functions/addressbook.php

+ 2 - 2
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 @@
 
    }
 
-?>
+?>