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 75ad7a2..8cacf92 100644
--- a/toolbox.py
+++ b/toolbox.py
@@ -383,7 +383,7 @@ class ButtonFillColor(ColorToolButton):
self._on_fill_checkbutton_toggled)
content_box.pack_start(fill_checkbutton)
- keep_aspect_checkbutton = gtk.CheckButton(_('Keep Aspect'))
+ keep_aspect_checkbutton = gtk.CheckButton(_('Keep aspect'))
logging.error('Create palette : tool name %s', self.properties['name'])
ratio = self._activity.area.keep_shape_ratio
keep_aspect_checkbutton.set_active(ratio)