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



Author: cosimoc
Date: Wed Aug 20 23:04:46 2008
New Revision: 14509
URL: http://svn.gnome.org/viewvc/nautilus?rev=14509&view=rev

Log:
2008-08-21  Cosimo Cecchi  <cosimoc gnome org>

	* src/file-manager/fm-properties-window.c:
	(value_field_update_internal):
	Add context for translators.
	Thanks to Bob Mauchin (#548446).


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

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	Wed Aug 20 23:04:46 2008
@@ -1360,6 +1360,11 @@
 							    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);
 			g_free (tmp);
 		}



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