diff options
author | Matthew Somerville <matthew@fury.ukcod.org.uk> | 2011-02-26 21:30:06 +0000 |
---|---|---|
committer | Matthew Somerville <matthew@fury.ukcod.org.uk> | 2011-02-26 21:30:06 +0000 |
commit | c59db19be536d54e13b5c27f29a46fd46a4f6297 (patch) | |
tree | 295b3328f39696484501c7602b6ff57a0a4df0e1 /web | |
parent | 53603571faac4fa9112e6f9f947a8e89436bc38a (diff) |
.po update, Go->Submit on one button.
Diffstat (limited to 'web')
-rwxr-xr-x | web/confirm.cgi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/web/confirm.cgi b/web/confirm.cgi index 925b64ed2..7de002e24 100755 --- a/web/confirm.cgi +++ b/web/confirm.cgi @@ -189,7 +189,7 @@ sub ask_questionnaire { my $qn_thanks = _("Thanks, glad to hear it's been fixed! Could we just ask if you have ever reported a problem to a council before?"); my $yes = _('Yes'); my $no = _('No'); - my $go = _('Go'); + my $go = _('Submit'); my $form_action = Cobrand::url($cobrand, "/confirm", $q); my $form_extra_elements = Cobrand::form_elements($cobrand, 'questionnaire', $q); my $out = <<EOF; |