gtkhtml r8975 - trunk/components/editor



Author: mbarnes
Date: Wed Sep 10 04:15:49 2008
New Revision: 8975
URL: http://svn.gnome.org/viewvc/gtkhtml?rev=8975&view=rev

Log:
2008-09-10  Matthew Barnes  <mbarnes redhat com>

	** Fixes bug #549232

	* gtkhtml-color-combo.c (color_combo_class_init):
	Add a translator comment for the "popup-shown" property nickname.



Modified:
   trunk/components/editor/ChangeLog
   trunk/components/editor/gtkhtml-color-combo.c

Modified: trunk/components/editor/gtkhtml-color-combo.c
==============================================================================
--- trunk/components/editor/gtkhtml-color-combo.c	(original)
+++ trunk/components/editor/gtkhtml-color-combo.c	Wed Sep 10 04:15:49 2008
@@ -732,6 +732,10 @@
 		PROP_POPUP_SHOWN,
 		g_param_spec_boolean (
 			"popup-shown",
+			/* Translators: This is a nickname for a widget
+			 * property named "popup-shown", which indicates
+			 * whether the combo box's drop-down is visible.
+			 * The property name was poorly chosen. */
 			_("Popup shown"),
 			_("Whether the combo's dropdown is shown"),
 			FALSE,



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