Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/charts.py
diff options
context:
space:
mode:
Diffstat (limited to 'charts.py')
-rw-r--r--charts.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/charts.py b/charts.py
index 5f19851..2159fee 100644
--- a/charts.py
+++ b/charts.py
@@ -92,7 +92,7 @@ class Chart(gobject.GObject):
"""Set chart type (vertical, horizontal, line, pie)"""
self.type = type
- def set_title(self, title="SimpleGraph Chart"):
+ def set_title(self, title="Chart"):
"""Set the chart title"""
self.options["title"] = title