gimp r25743 - in trunk: . app/tools



Author: martinn
Date: Wed May 21 19:48:02 2008
New Revision: 25743
URL: http://svn.gnome.org/viewvc/gimp?rev=25743&view=rev

Log:
2008-05-21  Martin Nordholts  <martinn svn gnome org>

	* app/tools/gimpforegroundselecttool.c
	(gimp_foreground_select_tool_oper_update): "Draw a rough circle
	around the object to extract" -> "Rougly outline the object to
	extract".


Modified:
   trunk/ChangeLog
   trunk/app/tools/gimpforegroundselecttool.c

Modified: trunk/app/tools/gimpforegroundselecttool.c
==============================================================================
--- trunk/app/tools/gimpforegroundselecttool.c	(original)
+++ trunk/app/tools/gimpforegroundselecttool.c	Wed May 21 19:48:02 2008
@@ -322,7 +322,7 @@
       switch (GIMP_SELECTION_TOOL (tool)->function)
         {
         case SELECTION_SELECT:
-          status = _("Draw a rough circle around the object to extract");
+          status = _("Rougly outline the object to extract");
           break;
         default:
           break;



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]