diff options
author | Duncan Parkes <duncan@fury.ukcod.org.uk> | 2011-02-19 00:07:52 +0000 |
---|---|---|
committer | Duncan Parkes <duncan@fury.ukcod.org.uk> | 2011-02-19 00:07:52 +0000 |
commit | 1006b6e3b5bfb16ced0d10a6d1a0b566d9f97518 (patch) | |
tree | ff141e18b60da0563e7afc1073190bf8f526eaa1 | |
parent | 97e78ad8ead75f97753ce1d712e7ae01c04c9123 (diff) |
Add translation bit for reportemptyhomes.
-rw-r--r-- | db/alert_types_eha.pl | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/db/alert_types_eha.pl b/db/alert_types_eha.pl index 0e0bdd162..3d707e030 100644 --- a/db/alert_types_eha.pl +++ b/db/alert_types_eha.pl @@ -18,6 +18,9 @@ _('New local reports on reportemptyhomes.com'), _('The latest local reports reported by users'), +# New problems around a postcode + _('New reports on reportemptyhomes.com near {{POSTCODE}}'), + # New problems sent to a particular council _('New reports to {{COUNCIL}} on reportemptyhomes.com'), _('The latest reports for {{COUNCIL}} reported by users'), |