From 0bcad03cf3e07f0c925d7475225eb2256fd175bd Mon Sep 17 00:00:00 2001 From: Gonzalo Odiard Date: Thu, 04 Aug 2011 18:26:41 +0000 Subject: Normalize text --- (limited to 'toolbox.py') 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) -- cgit v0.9.1