Fix two typos, thanks echoline!

This commit is contained in:
Uriel 2009-06-20 11:55:26 +02:00
parent babb2cfe03
commit 9a87f888f6
2 changed files with 2 additions and 2 deletions

View file

@ -73,7 +73,7 @@ fn mk_new_comment {
if not if(check_user $groups_allowed_comments) if not if(check_user $groups_allowed_comments)
u=$logged_user u=$logged_user
if not if not
_status='You are not a memeber of a group allowed to comment.' _status='You are not a member of a group allowed to comment.'
if(~ $#_status 0) { if(~ $#_status 0) {
umask 002 umask 002

View file

@ -19,7 +19,7 @@
<input type="password" name="comment_passwd2" value="" /> <input type="password" name="comment_passwd2" value="" />
</label> </label>
<div style="font-size: 70%"> <div style="font-size: 70%">
Enter your desired user name/password and after your comment has been reviewed by an addmin it will be posted and your account will be enabled. If you are already registered please <a href="/_users/login">login</a> before posting. Enter your desired user name/password and after your comment has been reviewed by an admin it will be posted and your account will be enabled. If you are already registered please <a href="/_users/login">login</a> before posting.
</div> </div>
% } % }
</form> </form>