[brasero] Fix two strings



commit af51f12be38e91ea6afe36e886bf72d446d72343
Author: Philippe Rouquier <bonfire-app wanadoo fr>
Date:   Thu Oct 15 14:20:14 2009 +0200

    Fix two strings

 libbrasero-burn/brasero-burn-dialog.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/libbrasero-burn/brasero-burn-dialog.c b/libbrasero-burn/brasero-burn-dialog.c
index 07e3b8f..604d1b4 100644
--- a/libbrasero-burn/brasero-burn-dialog.c
+++ b/libbrasero-burn/brasero-burn-dialog.c
@@ -180,11 +180,11 @@ brasero_burn_dialog_update_info (BraseroBurnDialog *dialog,
 		}
 		else if (input->type == BRASERO_TRACK_TYPE_IMAGE) {
 			if (dummy) {
-				title = g_strdup (_("Burning DVD (Simulation)"));
+				title = g_strdup (_("Brasero â?? Burning DVD (Simulation)"));
 				header = g_strdup_printf ("<big><b>%s</b></big>", _("Simulation of image to DVD burning"));
 			}
 			else {
-				title = g_strdup (_("Burning DVD"));
+				title = g_strdup (_("Brasero â?? Burning DVD"));
 				header = g_strdup_printf ("<big><b>%s</b></big>", _("Burning image to DVD"));
 			}
 



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