Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/toolbox.py
diff options
context:
space:
mode:
authorGonzalo Odiard <godiard@gmail.com>2011-08-04 18:26:41 (GMT)
committer Gonzalo Odiard <godiard@gmail.com>2011-08-04 18:26:41 (GMT)
commit0bcad03cf3e07f0c925d7475225eb2256fd175bd (patch)
treee34f09fe175ee91789d5ab41424b6f6afed425c3 /toolbox.py
parent7f4b7f1ab9c3b6e5d0f3a2b91f66d3a52889d736 (diff)
Normalize text
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)