diff options
author | Matthew Somerville <matthew@fury.ukcod.org.uk> | 2011-02-15 14:16:03 +0000 |
---|---|---|
committer | Matthew Somerville <matthew@fury.ukcod.org.uk> | 2011-02-15 14:16:03 +0000 |
commit | ac4c14159c7c5a06b7246bf3ec1b3a2d61fe50ba (patch) | |
tree | afc32a8f25a8bac4c763e546d3959d984d500479 /templates/website/problem | |
parent | 9bc6fdbf0f75b5b3b171c36720c1b7bdb0abb0a9 (diff) |
Translate optional string.
Diffstat (limited to 'templates/website/problem')
-rw-r--r-- | templates/website/problem | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/website/problem b/templates/website/problem index aba6b009c..4debc1d2e 100644 --- a/templates/website/problem +++ b/templates/website/problem @@ -37,7 +37,7 @@ <input type="hidden" name="submit_update" value="1"> <input type="hidden" name="id" value="{{ $input_h{id} }}"> <div><label for="form_name">{{ $name_label }}</label> -<input type="text" name="name" id="form_name" value="{{ $input_h{name} }}" size="20"> (optional)</div> +<input type="text" name="name" id="form_name" value="{{ $input_h{name} }}" size="20"> {{ $optional }}</div> {{ if ( $field_errors{email}) { "<div class='form-error'>$field_errors{email}</div>"; } }} |