aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthew Somerville <matthew@fury.ukcod.org.uk>2011-02-23 14:18:10 +0000
committerMatthew Somerville <matthew@fury.ukcod.org.uk>2011-02-23 14:18:10 +0000
commita62bcb8c764aa5c158bf052b41d637246daffd89 (patch)
treebd099538e1082f71f3386b3f3f0d1e374a9e71c7
parent60ee7fe9699a71895d5a83c6010ef7acad784d00 (diff)
Missing string for translatio.
-rwxr-xr-xweb/questionnaire.cgi5
1 files changed, 3 insertions, 2 deletions
diff --git a/web/questionnaire.cgi b/web/questionnaire.cgi
index 3e97af319..fdb1c08a4 100755
--- a/web/questionnaire.cgi
+++ b/web/questionnaire.cgi
@@ -305,9 +305,10 @@ EOF
(please note it will not be sent to the council). For example, what was
your experience of getting the problem fixed?'));
if ($allow_photo_upload) {
- $vars{photo_input} = <<EOF;
+ my $photo = _('Photo:');
+ $vars{photo_input} = <<EOF;
<div id="fileupload_normalUI">
-<label for="form_photo">Photo:</label>
+<label for="form_photo">$photo</label>
<input type="file" name="photo" id="form_photo">
</div>
EOF