Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/toolbox.py
diff options
context:
space:
mode:
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)