aboutsummaryrefslogtreecommitdiffstats
path: root/perllib
diff options
context:
space:
mode:
authorStruan Donald <struan@exo.org.uk>2013-02-12 12:49:41 +0000
committerStruan Donald <struan@exo.org.uk>2013-02-12 12:49:41 +0000
commit40160b01ed3e2f9e574cd5dc567583d4ac97dbc1 (patch)
tree6abdfce4afdd83f0fea17a40d6271fa34854fb18 /perllib
parent5938d596b8d5c1d14a1977f5529420aae0fc9b45 (diff)
full stop required to be picked up by translation
Diffstat (limited to 'perllib')
-rw-r--r--perllib/FixMyStreet/Cobrand/Zurich.pm2
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 {