diff options
author | Joey Hess <joey@gnu.kitenet.net> | 2009-08-15 16:42:29 -0400 |
---|---|---|
committer | Joey Hess <joey@gnu.kitenet.net> | 2009-08-15 16:42:29 -0400 |
commit | e03155172756f5c54c180136a5982e543cacb534 (patch) | |
tree | 8c3151f2d44fe8d8aa189495cc563d7f6ccf9aa9 /IkiWiki/Plugin | |
parent | ac253566aeea1f0afe6db498c92853ada6581e51 (diff) |
update for consistency
Diffstat (limited to 'IkiWiki/Plugin')
-rw-r--r-- | IkiWiki/Plugin/po.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/IkiWiki/Plugin/po.pm b/IkiWiki/Plugin/po.pm index b8967058e..1bf0b72e3 100644 --- a/IkiWiki/Plugin/po.pm +++ b/IkiWiki/Plugin/po.pm @@ -99,7 +99,7 @@ sub getsetup () { type => "string", example => { 'fr' => 'Français', - 'es' => 'Castellano', + 'es' => 'Español', 'de' => 'Deutsch' }, description => "slave languages (PO files)", |