diff options
author | intrigeri <intrigeri@boum.org> | 2008-12-31 16:34:08 +0100 |
---|---|---|
committer | intrigeri <intrigeri@boum.org> | 2008-12-31 16:34:08 +0100 |
commit | be092e56395fd70df71a062492e97794650ebf40 (patch) | |
tree | 31806c3a8f5305cb53e21ea84a4a9bed384bec49 | |
parent | 63c2bf57cb2927ff89b2ae0fe3cce01e672814e7 (diff) |
po(nicepagetitle): forgot to display %
Signed-off-by: intrigeri <intrigeri@boum.org>
-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 9aefe236f..cee7a7654 100644 --- a/IkiWiki/Plugin/po.pm +++ b/IkiWiki/Plugin/po.pm @@ -492,7 +492,7 @@ sub mynicepagetitle ($;$) { #{{{ my $res = $origsubs{'nicepagetitle'}->($page, $unescaped); return $res unless istranslation($page); - return $res." (".percenttranslated($page).")"; + return $res.' ('.percenttranslated($page).' %)'; } #}}} # ,---- |