gconf-editor r1405 - in trunk: . src



Author: cosimoc
Date: Thu Sep 25 17:30:08 2008
New Revision: 1405
URL: http://svn.gnome.org/viewvc/gconf-editor?rev=1405&view=rev

Log:
2008-09-25  Cosimo Cecchi  <cosimoc gnome org>

	* src/gconf-key-editor.c: (gconf_key_editor_create_combo_box):
	Add a comment for translators (#521592).


Modified:
   trunk/ChangeLog
   trunk/src/gconf-key-editor.c

Modified: trunk/src/gconf-key-editor.c
==============================================================================
--- trunk/src/gconf-key-editor.c	(original)
+++ trunk/src/gconf-key-editor.c	Thu Sep 25 17:30:08 2008
@@ -125,6 +125,9 @@
 	gtk_combo_box_append_text (GTK_COMBO_BOX (combo_box), _("Integer"));
 	gtk_combo_box_append_text (GTK_COMBO_BOX (combo_box), _("Boolean"));
 	gtk_combo_box_append_text (GTK_COMBO_BOX (combo_box), _("String"));
+	/* Translators: this refers to "Floating point":
+	 * see http://en.wikipedia.org/wiki/Floating_point
+	 */
 	gtk_combo_box_append_text (GTK_COMBO_BOX (combo_box), _("Float"));
 	gtk_combo_box_append_text (GTK_COMBO_BOX (combo_box), _("List"));
 



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