diff options
author | Joey Hess <joey@gnu.kitenet.net> | 2009-07-21 09:56:34 +0200 |
---|---|---|
committer | Joey Hess <joey@gnu.kitenet.net> | 2009-07-21 09:56:34 +0200 |
commit | 4b1534d5bc969e05488a1f85f42208cbdf3da32e (patch) | |
tree | 41a774979ee3df957c7c286578d9c2e6c39a1f90 /IkiWiki/Plugin | |
parent | 6463fe7a6bd0898f56a72bace0b69741634b49b7 (diff) |
fix example
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 5d2d42d3b..124164da7 100644 --- a/IkiWiki/Plugin/po.pm +++ b/IkiWiki/Plugin/po.pm @@ -103,7 +103,7 @@ sub getsetup () { }, po_translatable_pages => { type => "pagespec", - example => "!*/Discussion", + example => "* and !*/Discussion", description => "PageSpec controlling which pages are translatable", link => "ikiwiki/PageSpec", safe => 1, |