Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/toolbox.py
diff options
context:
space:
mode:
authorAlexandre Antonino Gonçalves Martinazzo <alexandremartinazzo@gmail.com>2007-08-24 21:58:13 (GMT)
committer Alexandre Antonino Gonçalves Martinazzo <alexandremartinazzo@gmail.com>2007-08-24 21:58:13 (GMT)
commitf11a11c581f8e79308704ec8799eedada02f64a3 (patch)
tree66d70e7068432e4f33c8c22449bf7d1866d305ea /toolbox.py
parent32fe01a83df86b6fa0154ec4d6869d0904444f9b (diff)
Correcting a Label string
Diffstat (limited to 'toolbox.py')
-rw-r--r--toolbox.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/toolbox.py b/toolbox.py
index b32d576..8e643e5 100644
--- a/toolbox.py
+++ b/toolbox.py
@@ -926,7 +926,7 @@ class ShapesToolbar(gtk.Toolbar):
spin.set_adjustment(adj)
spin.set_numeric(True)
- label = gtk.Label(_('Sides: '))
+ label = gtk.Label(_('Points: '))
label.show()
palette.action_bar.pack_start(label)
palette.action_bar.pack_start(spin)