]> git.0d.be Git - empathy.git/commitdiff
Improve a bit the release notes
authorXavier Claessens <xclaesse@gmail.com>
Tue, 19 May 2009 09:41:38 +0000 (11:41 +0200)
committerXavier Claessens <xclaesse@gmail.com>
Tue, 19 May 2009 09:41:38 +0000 (11:41 +0200)
release.py

index aa93355422d1a53863a0c913b8e6e13754df0f15..9d20d1ab621d1d80192552e2255ddd3fc4411a78 100755 (executable)
@@ -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'