[brasero] Changed mismatched accelerator in string. Fixes bug #675247



commit 5c20074debe064a63501f4bd909436688af36922
Author: Daniel Mustieles <daniel mustieles gmail com>
Date:   Mon Oct 29 13:32:47 2012 +0100

    Changed mismatched accelerator in string. Fixes bug #675247

 libbrasero-burn/brasero-burn-dialog.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/libbrasero-burn/brasero-burn-dialog.c b/libbrasero-burn/brasero-burn-dialog.c
index 8a7c22c..5d3920a 100644
--- a/libbrasero-burn/brasero-burn-dialog.c
+++ b/libbrasero-burn/brasero-burn-dialog.c
@@ -1967,7 +1967,7 @@ brasero_burn_dialog_notify_success (BraseroBurnDialog *dialog)
 	&& (brasero_track_type_get_medium_type (&priv->input) & BRASERO_MEDIUM_HAS_AUDIO))) {
 		/* since we succeed offer the possibility to create cover if that's an audio disc */
 		create_cover = gtk_dialog_add_button (GTK_DIALOG (dialog),
-						      _("_Create Cover"),
+						      _("Create Co_ver"),
 						      GTK_RESPONSE_CLOSE);
 	}
 



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