From f11a11c581f8e79308704ec8799eedada02f64a3 Mon Sep 17 00:00:00 2001 From: Alexandre Antonino Gonçalves Martinazzo Date: Fri, 24 Aug 2007 21:58:13 +0000 Subject: Correcting a Label string --- (limited to 'toolbox.py') 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) -- cgit v0.9.1