diff options
author | jimmacfx <jimmacfx@4fa712ea-3c06-0410-9261-c11b4c06c003> | 2006-07-20 16:43:47 +0000 |
---|---|---|
committer | jimmacfx <jimmacfx@4fa712ea-3c06-0410-9261-c11b4c06c003> | 2006-07-20 16:43:47 +0000 |
commit | aab7e00c8421caeb40d29c273d6407f04ad88d79 (patch) | |
tree | 06afdf017315954ec63a75718531234b0c141450 /www/inc/comment_form.inc.php | |
parent | 7d5e38fe18f4f935030848abe4b5296a065b6982 (diff) | |
download | original-aab7e00c8421caeb40d29c273d6407f04ad88d79.tar.gz original-aab7e00c8421caeb40d29c273d6407f04ad88d79.tar.bz2 |
remove old logo
git-svn-id: https://forgesvn1.novell.com/svn/original/trunk@16 4fa712ea-3c06-0410-9261-c11b4c06c003
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); |