diff options
Diffstat (limited to 'web/html/pkgsubmit.php')
-rw-r--r-- | web/html/pkgsubmit.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/web/html/pkgsubmit.php b/web/html/pkgsubmit.php index 070de6e..560d972 100644 --- a/web/html/pkgsubmit.php +++ b/web/html/pkgsubmit.php @@ -536,7 +536,7 @@ if ($_COOKIE["AURSID"]) { print "</tr>\n"; print "<tr>\n"; print " <td valign='top' span='f4' align='right'>"; - print __("Comments").":</td>\n"; + print __("Comment").":</td>\n"; print " <td span='f4' align='left'>"; print "<textarea rows='10' cols='50' name='comments'></textarea>"; print " </td>\n"; |