diff options
author | Matthew Somerville <matthew@fury.ukcod.org.uk> | 2011-02-10 20:30:45 +0000 |
---|---|---|
committer | Matthew Somerville <matthew@fury.ukcod.org.uk> | 2011-02-10 20:30:45 +0000 |
commit | 6c4f7f1bb64eae40de187c78690426bbd4541515 (patch) | |
tree | 8f12a63684f31d4326090ef64146ecd3484e2e5d /perllib/Cobrand.pm | |
parent | 73c9ca597e083354d0ea9843ebea319096ce5111 (diff) |
Get translatable string out of a string; update .po file with new strings from Petter and updates from code.
Diffstat (limited to 'perllib/Cobrand.pm')
-rw-r--r-- | perllib/Cobrand.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/perllib/Cobrand.pm b/perllib/Cobrand.pm index 328445fcc..c218ba9ea 100644 --- a/perllib/Cobrand.pm +++ b/perllib/Cobrand.pm @@ -41,7 +41,7 @@ my %fns = ( # Return the base url for the cobranded version of the site 'base_url' => { default => "mySociety::Config::get('BASE_URL')" }, # Return the text that prompts the user to enter their postcode/place name. Parameter is QUERY - 'enter_postcode_text' => { default => '_("Enter a nearby GB postcode, or street name and area:")' }, + 'enter_postcode_text' => { default => '""' }, # Set the language and domain of the site based on the cobrand and host 'set_lang_and_domain' => { default => '\&default_set_lang_and_domain' }, # Return HTML for a list of alert options for the cobrand, given QUERY and OPTIONS. |