fix format

master
joey 2007-01-14 04:35:10 +00:00
parent a6e1274f46
commit 49d63e7a55
1 changed files with 2 additions and 1 deletions

View File

@ -105,7 +105,8 @@ EOF
error("chmod $wrapper: $!");
}
#translators: The parameter is a filename.
printf(gettext("successfully generated %s"), $wrapper)."\n";
printf(gettext("successfully generated %s"), $wrapper);
print "\n";
} #}}}
1