improve invalid gettext message

(and gettext it as translators will see this!)
master
Joey Hess 2009-07-21 12:39:21 +02:00
parent 1610b1e9e6
commit cebffa917f
1 changed files with 2 additions and 2 deletions

View File

@ -1094,8 +1094,8 @@ sub isvalidpo ($) {
if ($res) {
return IkiWiki::SuccessReason->new("valid gettext data");
}
return IkiWiki::FailReason->new("invalid gettext data, go back ".
"to previous page to go on with edit");
return IkiWiki::FailReason->new(gettext("invalid gettext data, go back ".
"to previous page to continue edit"));
}
# ,----