diff options
author | matthew <matthew> | 2009-07-10 16:10:21 +0000 |
---|---|---|
committer | matthew <matthew> | 2009-07-10 16:10:21 +0000 |
commit | 9031d3f8e24baba8eb162562d457499ae266299a (patch) | |
tree | 041848310d46b3a46263cfbb3652bc68c3eed61e /web/faq.cgi | |
parent | e199f892feb5ea64d20cd239d778599a0a44aeaa (diff) |
Missing placeholders; always call make_emptyhomes_po when extracting new strings;
missing "check your email" text from translation.
Diffstat (limited to 'web/faq.cgi')
-rwxr-xr-x | web/faq.cgi | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/web/faq.cgi b/web/faq.cgi index cf46b3e65..2046f6955 100755 --- a/web/faq.cgi +++ b/web/faq.cgi @@ -6,14 +6,13 @@ # Copyright (c) 2006 UK Citizens Online Democracy. All rights reserved. # Email: matthew@mysociety.org. WWW: http://www.mysociety.org # -# $Id: faq.cgi,v 1.41 2009-07-10 15:00:34 matthew Exp $ +# $Id: faq.cgi,v 1.42 2009-07-10 16:10:22 matthew Exp $ use strict; use Standard -db; use mySociety::Locale; my $lastmodified = (stat $0)[9]; - sub main { my $q = shift; print Page::header($q, title=>_('Frequently Asked Questions')); |