nautilus r14937 - in trunk: . src/file-manager



Author: cosimoc
Date: Thu Feb 12 23:04:57 2009
New Revision: 14937
URL: http://svn.gnome.org/viewvc/nautilus?rev=14937&view=rev

Log:
2009-02-13  Cosimo Cecchi  <cosimoc gnome org>

	* configure.in: require intltool 0.40.1.
	* src/file-manager/fm-properties-window.c
	(value_field_update_internal): use C_() to handle translator
	comments. Patch by A. Walton (#542658).


Modified:
   trunk/ChangeLog
   trunk/configure.in
   trunk/src/file-manager/fm-properties-window.c

Modified: trunk/configure.in
==============================================================================
--- trunk/configure.in	(original)
+++ trunk/configure.in	Thu Feb 12 23:04:57 2009
@@ -78,7 +78,7 @@
 AM_GLIB_GNU_GETTEXT
 GLIB_DEFINE_LOCALEDIR(GNOMELOCALEDIR)
 
-IT_PROG_INTLTOOL([0.35.0])
+IT_PROG_INTLTOOL([0.40.1])
 
 dnl ==========================================================================
 

Modified: trunk/src/file-manager/fm-properties-window.c
==============================================================================
--- trunk/src/file-manager/fm-properties-window.c	(original)
+++ trunk/src/file-manager/fm-properties-window.c	Thu Feb 12 23:04:57 2009
@@ -1360,12 +1360,7 @@
 							    inconsistent_string);
 		if (strcmp (mime_type, inconsistent_string)) {
 			tmp = attribute_value;
-			/* FIXME: we should use C_ () instead. See bug #542658.
-			 *
-			 * Translators: The text before the "|" is context to help you decide on
-			 * the correct translation. Only translate the part after the pipe.
-			 */
-			attribute_value = g_strdup_printf (Q_("MIME type description (MIME type)|%s (%s)"), attribute_value, mime_type);
+			attribute_value = g_strdup_printf (C_("MIME type description (MIME type)", "%s (%s)"), attribute_value, mime_type);
 			g_free (tmp);
 		}
 		g_free (mime_type);



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