From f1a37d596b9347f56cc0c437d92a0f7d7bb2e0e3 Mon Sep 17 00:00:00 2001 From: Ayush Goyal Date: Wed, 13 Oct 2010 16:32:39 +0000 Subject: 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 --- (limited to 'toolbox.py') 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) -- cgit v0.9.1