brasero r1093 - in trunk: . src
- From: philippr svn gnome org
- To: svn-commits-list gnome org
- Subject: brasero r1093 - in trunk: . src
- Date: Thu, 14 Aug 2008 14:44:08 +0000 (UTC)
Author: philippr
Date: Thu Aug 14 14:44:08 2008
New Revision: 1093
URL: http://svn.gnome.org/viewvc/brasero?rev=1093&view=rev
Log:
Clarify how simulation works in brasero
* src/brasero-drive-properties.c (brasero_drive_properties_init):
Modified:
trunk/ChangeLog
trunk/src/brasero-drive-properties.c
Modified: trunk/src/brasero-drive-properties.c
==============================================================================
--- trunk/src/brasero-drive-properties.c (original)
+++ trunk/src/brasero-drive-properties.c Thu Aug 14 14:44:08 2008
@@ -483,7 +483,8 @@
"text", PROP_TEXT,
NULL);
- priv->dummy = gtk_check_button_new_with_mnemonic (_("_Simulate the burning"));
+ priv->dummy = gtk_check_button_new_with_mnemonic (_("_Simulate and actually burn"));
+ gtk_widget_set_tooltip_text (priv->dummy, _("Brasero will simulate the burning and if it is successful, go on with actual burning after 10 seconds"));
priv->burnproof = gtk_check_button_new_with_mnemonic (_("Use burn_proof (decrease the risk of failures)"));
priv->eject = gtk_check_button_new_with_mnemonic (_("_Eject after burning"));
priv->notmp = gtk_check_button_new_with_mnemonic (_("Burn the image directly _without saving it to disc"));
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]