diff options
author | pjmattal <pjmattal> | 2005-05-16 06:17:22 +0200 |
---|---|---|
committer | pjmattal <pjmattal> | 2005-05-16 06:17:22 +0200 |
commit | 499d459bdfc2ffc42ade60eab0be48ca9b80d103 (patch) | |
tree | 2bc63122155c6a540d53e0b3cd7850d5a85588db /web/html/pkgsubmit.php | |
parent | cac788476a1a62f16d80e7242e88b25665a1e993 (diff) | |
download | aur-499d459bdfc2ffc42ade60eab0be48ca9b80d103.tar.gz aur-499d459bdfc2ffc42ade60eab0be48ca9b80d103.tar.xz |
updated with latest polish language patch
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 070de6ea..560d972d 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"; |