Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/toolbox.py
diff options
context:
space:
mode:
authorAyush Goyal <ayush@seeta.in>2010-10-13 16:32:39 (GMT)
committer Gonzalo Odiard <godiard@sugarlabs.org>2010-10-14 16:37:27 (GMT)
commitf1a37d596b9347f56cc0c437d92a0f7d7bb2e0e3 (patch)
tree1811e4fdf4d1ad6eb3fdf779028e3729c466f2cd /toolbox.py
parentae547d3c7547f6494a454e15f7a45a9bab704c2d (diff)
Title for 'Rectangualar Marquee' tool changed to 'Select Area' (SL #2266)
In Paint Activity, the select tool is less than optimally discoverable in English because of the name 'Rectangular Marquee'. The name is changed to 'Select Area'. Signed-off-by: Ayush Goyal <ayush@seeta.in>
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 90f664d..299181b 100644
--- a/toolbox.py
+++ b/toolbox.py
@@ -434,7 +434,7 @@ class ToolsToolbar(gtk.Toolbar):
"""
- self._tool_marquee_rectangular = DrawToolButton('tool-marquee-rectangular',activity.tool_group,_('Rectangular Marquee'))
+ self._tool_marquee_rectangular = DrawToolButton('tool-marquee-rectangular',activity.tool_group,_('Select Area'))
self.insert(self._tool_marquee_rectangular, -1)
try:
self._configure_palette(self._tool_marquee_rectangular, self._TOOL_MARQUEE_RECTANGULAR)