gimp r24881 - in trunk: . app/widgets



Author: weskaggs
Date: Wed Feb 13 20:26:25 2008
New Revision: 24881
URL: http://svn.gnome.org/viewvc/gimp?rev=24881&view=rev

Log:
Bill Skaggs  <weskaggs primate ucdavis edu>

	* app/widgets/gimpcolormapeditor.c:  change wording of new
	hint for non-indexed images.


Modified:
   trunk/ChangeLog
   trunk/app/widgets/gimpcolormapeditor.c

Modified: trunk/app/widgets/gimpcolormapeditor.c
==============================================================================
--- trunk/app/widgets/gimpcolormapeditor.c	(original)
+++ trunk/app/widgets/gimpcolormapeditor.c	Wed Feb 13 20:26:25 2008
@@ -490,8 +490,8 @@
   PangoAttribute *attr;
 
   layout = gtk_widget_create_pango_layout (widget,
-                                           _("Colormap is only useful with "
-                                             "indexed images."));
+                                           _("Only indexed images have "
+                                             "a colormap."));
   pango_layout_set_alignment (layout, PANGO_ALIGN_CENTER);
 
   attrs = pango_attr_list_new ();



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