diff options
author | Struan Donald <struan@exo.org.uk> | 2013-02-12 12:49:41 +0000 |
---|---|---|
committer | Struan Donald <struan@exo.org.uk> | 2013-02-12 12:49:41 +0000 |
commit | 40160b01ed3e2f9e574cd5dc567583d4ac97dbc1 (patch) | |
tree | 6abdfce4afdd83f0fea17a40d6271fa34854fb18 | |
parent | 5938d596b8d5c1d14a1977f5529420aae0fc9b45 (diff) |
full stop required to be picked up by translation
-rw-r--r-- | perllib/FixMyStreet/Cobrand/Zurich.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/perllib/FixMyStreet/Cobrand/Zurich.pm b/perllib/FixMyStreet/Cobrand/Zurich.pm index 7140691e6..fca30abfb 100644 --- a/perllib/FixMyStreet/Cobrand/Zurich.pm +++ b/perllib/FixMyStreet/Cobrand/Zurich.pm @@ -62,7 +62,7 @@ sub problem_as_hashref { for my $var ( qw( photo category detail state state_t is_fixed meta ) ) { delete $hashref->{ $var }; } - $hashref->{detail} = _('This report is awaiting moderation'); + $hashref->{detail} = _('This report is awaiting moderation.'); $hashref->{state} = 'submitted'; $hashref->{state_t} = _('Submitted'); } else { |