From 076b15c256da1ff6b5489bf40a4f506a7b70c874 Mon Sep 17 00:00:00 2001 From: Xavier Claessens Date: Tue, 19 May 2009 11:41:38 +0200 Subject: Improve a bit the release notes --- release.py | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'release.py') diff --git a/release.py b/release.py index aa9335542..9d20d1ab6 100755 --- a/release.py +++ b/release.py @@ -200,8 +200,10 @@ class Project: return bugs def generate_news(self): - translations = self.get_translations("ls -l po/*.po", "Updated %s Translation (%s)\n") - help_translations = self.get_translations("ls -l help/*/*.po", "Updated %s Documentation translation (%s)\n") + translations = self.get_translations("ls -l po/*.po", \ + " - Updated %s Translation (%s)\n") + help_translations = self.get_translations("ls -l help/*/*.po", \ + " - Updated %s Documentation translation (%s)\n") bugs = self.get_bugs() news = 'NEW in '+ self.package_version + '\n==============\n' -- cgit v1.2.3