gconf-editor r1406 - in branches/gnome-2-24: . src
- From: cosimoc svn gnome org
- To: svn-commits-list gnome org
- Subject: gconf-editor r1406 - in branches/gnome-2-24: . src
- Date: Thu, 25 Sep 2008 17:30:27 +0000 (UTC)
Author: cosimoc
Date: Thu Sep 25 17:30:27 2008
New Revision: 1406
URL: http://svn.gnome.org/viewvc/gconf-editor?rev=1406&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:
branches/gnome-2-24/ChangeLog
branches/gnome-2-24/src/gconf-key-editor.c
Modified: branches/gnome-2-24/src/gconf-key-editor.c
==============================================================================
--- branches/gnome-2-24/src/gconf-key-editor.c (original)
+++ branches/gnome-2-24/src/gconf-key-editor.c Thu Sep 25 17:30:27 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]