diff options
author | Siri Reiter <siri@jones.dk> | 2017-12-21 23:22:58 +0100 |
---|---|---|
committer | Siri Reiter <siri@jones.dk> | 2017-12-21 23:22:58 +0100 |
commit | 1a4d93928595fa460b7728b0eda6c328cd8237ef (patch) | |
tree | fbb099e1d74f1fef6fbcb34c06f02814babc25a3 | |
parent | c3fb12b9ed5457ff2067017e2ab610026966d611 (diff) |
Form text corrections.
-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', |