put newline before added lines, not after

master
Colin Watson 19 years ago
parent dd9b9d2376
commit 75ff8f8b77

@ -16,6 +16,7 @@ $id =~ s/^txt_//;
$_ = join '', @texts;
push @l, "\n";
push @l, "# $comment\n" if $comment;
push @l, "#. txt_$id\n";
push @l, "#, c-format\n" if /%/;
@ -29,7 +30,6 @@ else {
}
push @l, "msgstr \"\"\n";
push @l, "\n";
print @l;

Loading…
Cancel
Save