diff options
author | Simon McVittie <smcv@ http://smcv.pseudorandom.co.uk/> | 2009-08-28 15:32:58 +0100 |
---|---|---|
committer | Simon McVittie <smcv@ http://smcv.pseudorandom.co.uk/> | 2009-08-28 15:34:16 +0100 |
commit | 8b927d4a6565125bc09d18d9e971f804d1e44e0a (patch) | |
tree | 9a0ce2eb8863e92f3ce166e9ce68fad103e7771a | |
parent | 3f303cc853426a1ddb8e36b8fb544a69bced3721 (diff) | |
download | ikiwiki-8b927d4a6565125bc09d18d9e971f804d1e44e0a.tar ikiwiki-8b927d4a6565125bc09d18d9e971f804d1e44e0a.tar.gz |
Fix typo in underlay.setup
-rw-r--r-- | po/underlay.setup | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/po/underlay.setup b/po/underlay.setup index 76df2e29c..237acef5d 100644 --- a/po/underlay.setup +++ b/po/underlay.setup @@ -11,7 +11,7 @@ use IkiWiki::Setup::Standard { #'es' => 'Español', #'de' => 'Deutsch', 'da' => 'Dansk', - 'cs' =" 'česky', + 'cs' => 'česky', }, po_master_language => { 'code' => 'en', 'name' => 'English' }, po_translatable_pages => "*", |