brasero r1091 - in trunk: . src
- From: philippr svn gnome org
- To: svn-commits-list gnome org
- Subject: brasero r1091 - in trunk: . src
- Date: Thu, 14 Aug 2008 14:08:44 +0000 (UTC)
Author: philippr
Date: Thu Aug 14 14:08:44 2008
New Revision: 1091
URL: http://svn.gnome.org/viewvc/brasero?rev=1091&view=rev
Log:
Fix #547751 â Explanation about limitations of the ISO9660 standard aren\'t straight
* 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 Thu Aug 14 14:08:44 2008
@@ -903,15 +903,15 @@
GTK_DIALOG_MODAL,
GTK_MESSAGE_WARNING,
GTK_BUTTONS_NONE,
- _("Do you really want to add \"%s\" to the selection and use ISO9660 level 3 standard to support it?"),
+ _("Do you really want to add \"%s\" to the selection and use the third version of ISO9660 standard to support it?"),
name);
gtk_window_set_title (GTK_WINDOW (dialog), _("File Over 2 GiB"));
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)."
- "\nISO9660 level 3 standard is supported by most of the operating systems including linux and all versions of Windows Â. Therefore the burnt medium can be read by these operating systems."
- "\nA known exception is MacOS X that can't read images created with ISO9660 level 3 standard."));
+ "\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 can't read images created with version 3 of ISO9660 standard."));
gtk_dialog_add_button (GTK_DIALOG (dialog), _("_Don't add"), GTK_RESPONSE_NO);
gtk_dialog_add_button (GTK_DIALOG (dialog), _("_Add"), GTK_RESPONSE_YES);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]