Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--simplegraphhelp.py10
1 files changed, 5 insertions, 5 deletions
diff --git a/simplegraphhelp.py b/simplegraphhelp.py
index 74aafeb..73a0e92 100644
--- a/simplegraphhelp.py
+++ b/simplegraphhelp.py
@@ -10,14 +10,14 @@ def create_help(toolbar):
toolbar.insert(helpitem, -1)
helpitem.show()
helpitem.add_section(_('Basic usage'))
- helpitem.add_paragraph(_('First you need add data to create the graphic'))
+ helpitem.add_paragraph(_('First you need add data to create the graph'))
helpitem.add_paragraph(_('You can add data with this button'),
'row-insert')
helpitem.add_paragraph(_('...or remove data with this button'),
'row-remove')
- helpitem.add_paragraph(_('To change the graphic title, just change the activity title'))
+ helpitem.add_paragraph(_('To change the graph title, just change the activity title'))
- helpitem.add_paragraph(_('Next you can change the type of graphic'))
+ helpitem.add_paragraph(_('Next you can change the type of graph'))
helpitem.add_paragraph(_('Vertical bars'), 'vbar')
helpitem.add_paragraph(_('Horizontal bars'), 'hbar')
helpitem.add_paragraph(_('Lines'), 'line')
@@ -27,8 +27,8 @@ def create_help(toolbar):
helpitem.add_paragraph(_('You can change the colors or the horizontal and vertical labels in the configs toolbar'),
'preferences-system')
- helpitem.add_section(_('Saving as a image'))
- helpitem.add_paragraph(_('In the activity toolbar you have button to save the graphic as a image'),
+ helpitem.add_section(_('Saving as an image'))
+ helpitem.add_paragraph(_('In the activity toolbar you have button to save the graph as an image'),
'save-as-image')
helpitem.add_section(_('Reading data from other activities'))