diff src/preferences.c @ 1625:d00761ba18bd

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 d35a0836c6b5
children 1d7941c147be
line wrap: on
line diff
--- a/src/preferences.c	Thu Jun 04 16:07:16 2009 +0000
+++ b/src/preferences.c	Thu Jun 04 16:07:41 2009 +0000
@@ -1727,7 +1727,7 @@
 		GtkWidget *entry;
 		gchar *buf;
 
-		buf = g_strdup_printf("Input %d:", i + COLOR_PROFILE_FILE);
+		buf = g_strdup_printf(_("Input %d:"), i + COLOR_PROFILE_FILE);
 		pref_table_label(table, 0, i + 1, buf, 1.0);
 		g_free(buf);