From: Xavier Claessens Date: Tue, 19 May 2009 09:41:38 +0000 (+0200) Subject: Improve a bit the release notes X-Git-Url: https://git.0d.be/?p=empathy.git;a=commitdiff_plain;h=076b15c256da1ff6b5489bf40a4f506a7b70c874 Improve a bit the release notes --- diff --git a/release.py b/release.py index aa933554..9d20d1ab 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'