Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--po/Paint.pot11
-rw-r--r--toolbox.py2
2 files changed, 5 insertions, 8 deletions
diff --git a/po/Paint.pot b/po/Paint.pot
index 613d964..94a3121 100644
--- a/po/Paint.pot
+++ b/po/Paint.pot
@@ -8,10 +8,11 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2011-06-04 00:31-0400\n"
+"POT-Creation-Date: 2011-08-04 15:26-0300\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
+"Language: \n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=CHARSET\n"
"Content-Transfer-Encoding: 8bit\n"
@@ -84,8 +85,8 @@ msgstr ""
msgid "Fill"
msgstr ""
-#: toolbox.py:386
-msgid "Keep Aspect"
+#: toolbox.py:386 widgets.py:277
+msgid "Keep aspect"
msgstr ""
#: toolbox.py:403
@@ -208,10 +209,6 @@ msgstr ""
msgid "Shape"
msgstr ""
-#: widgets.py:277
-msgid "Keep aspect"
-msgstr ""
-
#: widgets.py:303
msgid "Stamp properties"
msgstr ""
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)