瀏覽代碼

String fix and chmod

philippe_mingo 24 年之前
父節點
當前提交
1d9eabafe8
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      functions/addressbook.php

+ 1 - 1
functions/addressbook.php

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