brasero r1671 - in trunk: . src



Author: philippr
Date: Wed Dec 31 15:20:37 2008
New Revision: 1671
URL: http://svn.gnome.org/viewvc/brasero?rev=1671&view=rev

Log:
2008-12-31  Philippe Rouquier  <ykw localhost localdomain>

	Fix #565877 â Brasero reports ISO standard as having gender. [typo]

	* src/brasero-data-disc.c (brasero_data_disc_2G_file_cb):


Modified:
   trunk/ChangeLog
   trunk/src/brasero-data-disc.c

Modified: trunk/src/brasero-data-disc.c
==============================================================================
--- trunk/src/brasero-data-disc.c	(original)
+++ trunk/src/brasero-data-disc.c	Wed Dec 31 15:20:37 2008
@@ -1026,9 +1026,9 @@
 	g_free (string);
 
 	gtk_message_dialog_format_secondary_text (GTK_MESSAGE_DIALOG (dialog),
-						  _("The size of the file is over 2 GiB. This isn't supported by ISO9660 standard in his first and second versions (the most widespread ones)."
+						  _("The size of the file is over 2 GiB. Files larger than 2 GiB are not supported by ISO9660 standard in its first and second versions (the most widespread ones)."
 						    "\nIt is recommended to use the third version of ISO9660 standard which is supported by most of the operating systems including Linux and all versions of Windows Â."
-						    "\nA known exception is MacOS X that cannot read images created with version 3 of ISO9660 standard."));
+						    "\nHowever MacOS X cannot read images created with version 3 of ISO9660 standard."));
 
 	gtk_dialog_add_button (GTK_DIALOG (dialog), GTK_STOCK_CANCEL, GTK_RESPONSE_NO);
 	gtk_dialog_add_button (GTK_DIALOG (dialog), _("_Add File"), GTK_RESPONSE_YES);



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