follow up by keith.smith: fix typo in code comment

6.x
Gábor Hojtsy 2008-01-04 15:11:59 +00:00
parent 1b5ce2b18f
commit a555202276
1 changed files with 1 additions and 1 deletions
modules/comment

View File

@ -1777,7 +1777,7 @@ function theme_comment_post_forbidden($node) {
}
if (variable_get('user_register', 1)) {
// Users can register themselfs.
// Users can register themselves.
return t('<a href="@login">Login</a> or <a href="@register">register</a> to post comments', array('@login' => url('user/login', array('query' => $destination)), '@register' => url('user/register', array('query' => $destination))));
}
else {