瀏覽代碼

fixed typo

teepe 24 年之前
父節點
當前提交
9f97b61667
共有 1 個文件被更改,包括 2 次插入2 次删除
  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 @@
 
    }
 
-?>
+?>