Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/writers.py
diff options
context:
space:
mode:
authorRichard Darst <rkd@zgib.net>2009-09-11 19:40:43 (GMT)
committer Richard Darst <rkd@zgib.net>2009-09-11 19:40:43 (GMT)
commit1a3641495c1c5fa4b1581ecc25ae9c56366eecee (patch)
treec32f2a43044b863dc7494d8b5c3f591fcd4f10d7 /writers.py
parentf19bf7458acbe1e6888884a6fa5b5ff9bbc66ffc (diff)
Rename "meeting log" to "meeting summary" since it's more accurate
- In the various text-based writers. darcs-hash:20090911194043-82ea9-8747499b5d24ab23d5c92740ec23d198d6663fbb.gz
Diffstat (limited to 'writers.py')
-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.