aboutsummaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
authorjimmacfx <jimmacfx@4fa712ea-3c06-0410-9261-c11b4c06c003>2006-07-20 16:43:47 +0000
committerjimmacfx <jimmacfx@4fa712ea-3c06-0410-9261-c11b4c06c003>2006-07-20 16:43:47 +0000
commitaab7e00c8421caeb40d29c273d6407f04ad88d79 (patch)
tree06afdf017315954ec63a75718531234b0c141450 /www
parent7d5e38fe18f4f935030848abe4b5296a065b6982 (diff)
downloadoriginal-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')
-rw-r--r--www/inc/comment_form.inc.php2
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);