Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--writers.py10
1 files changed, 5 insertions, 5 deletions
diff --git a/writers.py b/writers.py
index eacf4c0..92e7300 100644
--- a/writers.py
+++ b/writers.py
@@ -439,7 +439,7 @@ class HTML2(_BaseWriter, _CSSmanager):
# Add all minute items to the table
MeetingItems = [ ]
- MeetingItems.append(self.heading('Meeting Minutes'))
+ MeetingItems.append(self.heading('Meeting summary'))
MeetingItems.append("<ol>")
haveTopic = None
@@ -601,8 +601,8 @@ class ReST(_BaseWriter):
- Meeting log
- -----------
+ Meeting summary
+ ---------------
%(MeetingItems)s
Meeting ended at %(endtime)s %(timeZone)s.
@@ -741,8 +741,8 @@ class Text(_BaseWriter):
- Meeting log
- -----------
+ Meeting summary
+ ---------------
%(MeetingItems)s
Meeting ended at %(endtime)s %(timeZone)s.