fix typo in hoverHelp

This commit is contained in:
Colin Kuskie 2006-05-24 16:23:45 +00:00
parent 0d9f860e28
commit c3128c93e9

View file

@ -205,7 +205,7 @@ sub www_commitVersionTag {
); );
$f->textarea( $f->textarea(
name=>"comments", name=>"comments",
label=>$i18n->get("comments") label=>$i18n->get("comments"),
hoverHelp=>$i18n->get("comments description commit") hoverHelp=>$i18n->get("comments description commit")
); );
$f->submit; $f->submit;