teepe %!s(int64=24) %!d(string=hai) anos
pai
achega
9f97b61667
Modificáronse 1 ficheiros con 2 adicións e 2 borrados
  1. 2 2
      functions/addressbook.php

+ 2 - 2
functions/addressbook.php

@@ -315,7 +315,7 @@
 	 }
 	 }
 
 
 	 if(eregi('[ \\:\\|\\#\\"\\!]', $userdata['nickname'])) {
 	 if(eregi('[ \\:\\|\\#\\"\\!]', $userdata['nickname'])) {
-	    $this->error = _("Nickname contain illegal characters");
+	    $this->error = _("Nickname contains illegal characters");
 	    return false;
 	    return false;
 	 }
 	 }
 
 
@@ -478,4 +478,4 @@
 
 
    }
    }
 
 
-?>
+?>