diff options
-rwxr-xr-x | kontakt.cgi | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/kontakt.cgi b/kontakt.cgi index 3bc8656..3f3633d 100755 --- a/kontakt.cgi +++ b/kontakt.cgi @@ -66,19 +66,19 @@ $form->field( name => 'tur', label => 'Tur', size => 5, - comment => '(Tur, bydel eller tema)' + comment => '(turnavn, bydel eller tema)' ); $form->field( name => 'antal', label => 'Antal', size => 5, - comment => '(Antal deltagere)' + comment => '(antal deltagere)' ); $form->field( name => 'tid', label => 'Tidspunkt', size => 5, - comment => '(Dato og tidspunkt)' + comment => '(dato og tidspunkt)' ); $form->field( name => 'kommentar', |