brasero r1094 - in trunk: . src



Author: philippr
Date: Thu Aug 14 17:59:15 2008
New Revision: 1094
URL: http://svn.gnome.org/viewvc/brasero?rev=1094&view=rev

Log:
	Improved previous change

	* 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 17:59:15 2008
@@ -483,7 +483,7 @@
 					"text", PROP_TEXT,
 					NULL);
 
-	priv->dummy = gtk_check_button_new_with_mnemonic (_("_Simulate and actually burn"));
+	priv->dummy = gtk_check_button_new_with_mnemonic (_("_Simulate before burning"));
 	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"));



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