diff options
author | Struan Donald <struan@exo.org.uk> | 2012-03-29 15:21:42 +0100 |
---|---|---|
committer | Struan Donald <struan@exo.org.uk> | 2012-03-29 15:21:42 +0100 |
commit | 62469c91c9a5a7d3267fe4d943785d940c1186b4 (patch) | |
tree | 33e34f8d66827c9cfbdde0b399973c70bc3eaf64 /perllib/FixMyStreet/App/Controller/Report/New.pm | |
parent | b0a65005e25bd7c6a15f70f4e5db4a2dea99f176 (diff) | |
parent | 1ec34a47cf69f6dc440409da3a5c789f4cda581b (diff) |
Merge remote-tracking branch 'origin/bromley' into bromley
Diffstat (limited to 'perllib/FixMyStreet/App/Controller/Report/New.pm')
-rw-r--r-- | perllib/FixMyStreet/App/Controller/Report/New.pm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/perllib/FixMyStreet/App/Controller/Report/New.pm b/perllib/FixMyStreet/App/Controller/Report/New.pm index ff0c64dc9..9baee5eb4 100644 --- a/perllib/FixMyStreet/App/Controller/Report/New.pm +++ b/perllib/FixMyStreet/App/Controller/Report/New.pm @@ -553,7 +553,7 @@ sub setup_categories_and_councils : Private { _('-- Pick a category --'), sort keys %{ Utils::london_categories() } ); - $category_label = _('Category:'); + $category_label = _('Category'); } else { @@ -583,7 +583,7 @@ sub setup_categories_and_councils : Private { if (@category_options) { @category_options = ( _('-- Pick a category --'), @category_options, _('Other') ); - $category_label = _('Category:'); + $category_label = _('Category'); } } |