comparison src/preferences.c @ 1621:397c25f6c9d6

Ongoing translation Now the most is translated to German language. Just the photographic notions are missing.
author mow
date Thu, 04 Jun 2009 16:07:41 +0000
parents 8a04e59ea31c
children fee96b7345e8
comparison
equal deleted inserted replaced
1620:f0bd1152d774 1621:397c25f6c9d6
1720 for (i = 0; i < COLOR_PROFILE_INPUTS; i++) 1720 for (i = 0; i < COLOR_PROFILE_INPUTS; i++)
1721 { 1721 {
1722 GtkWidget *entry; 1722 GtkWidget *entry;
1723 gchar *buf; 1723 gchar *buf;
1724 1724
1725 buf = g_strdup_printf("Input %d:", i + COLOR_PROFILE_FILE); 1725 buf = g_strdup_printf(_("Input %d:"), i + COLOR_PROFILE_FILE);
1726 pref_table_label(table, 0, i + 1, buf, 1.0); 1726 pref_table_label(table, 0, i + 1, buf, 1.0);
1727 g_free(buf); 1727 g_free(buf);
1728 1728
1729 entry = gtk_entry_new(); 1729 entry = gtk_entry_new();
1730 gtk_entry_set_max_length(GTK_ENTRY(entry), EDITOR_NAME_MAX_LENGTH); 1730 gtk_entry_set_max_length(GTK_ENTRY(entry), EDITOR_NAME_MAX_LENGTH);