Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAgustin Zubiaga <aguz@sugarlabs.org>2012-05-13 15:16:07 (GMT)
committer Agustin Zubiaga <aguz@sugarlabs.org>2012-05-13 15:16:07 (GMT)
commita6a93f088e5de904d41211ff94d277d867ceab36 (patch)
tree51b66d1f8042c537e5ab16999898c3ef69790b24
parentedb6e1ae86333ca2e164258627e894235c1cb661 (diff)
Use + and - icons, for the helpbutton
-rw-r--r--charthelp.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/charthelp.py b/charthelp.py
index 8e90f7c..978c572 100644
--- a/charthelp.py
+++ b/charthelp.py
@@ -12,9 +12,9 @@ def create_help(toolbar):
helpitem.add_section(_('Basic usage'))
helpitem.add_paragraph(_('First you need add data to create the graph'))
helpitem.add_paragraph(_('You can add data with this button'),
- 'row-insert')
+ 'gtk-add')
helpitem.add_paragraph(_('...or remove data with this button'),
- 'row-remove')
+ 'gtk-remove')
helpitem.add_paragraph(_('To change the graph title, just change the activity title'))
helpitem.add_paragraph(_('Next you can change the type of graph'))