diff options
Diffstat (limited to 'www/inc/comment_form.inc.php')
-rw-r--r-- | www/inc/comment_form.inc.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/inc/comment_form.inc.php b/www/inc/comment_form.inc.php index 5ac8348..db29c9e 100644 --- a/www/inc/comment_form.inc.php +++ b/www/inc/comment_form.inc.php @@ -17,7 +17,7 @@ echo "<div id=\"comment_block\">\n"; <div id="comment_form" style="display: none;"> <?php $this->form_start($ThisUrl, "post", NULL); -$this->input("text", "commentname", $username, __('Name:'), NULL, _('Enter your name.') ); +$this->input("text", "commentname", $username, __('Name:'), NULL, __('Enter your name.') ); $this->input("checkbox", "savecommentname", "1", __('Remember Name:'), "yes", __('Should the browser remember your name?')); $magic_number = random_digits(4); |