[empathy] Improve a bit the release notes
- From: Xavier Claessens <xclaesse src gnome org>
- To: svn-commits-list gnome org
- Subject: [empathy] Improve a bit the release notes
- Date: Tue, 19 May 2009 05:43:37 -0400 (EDT)
commit 076b15c256da1ff6b5489bf40a4f506a7b70c874
Author: Xavier Claessens <xclaesse gmail com>
Date: Tue May 19 11:41:38 2009 +0200
Improve a bit the release notes
---
release.py | 6 ++++--
1 files changed, 4 insertions(+), 2 deletions(-)
diff --git a/release.py b/release.py
index aa93355..9d20d1a 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'
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]