brasero r856 - trunk/src



Author: philippr
Date: Sat May 31 15:44:50 2008
New Revision: 856
URL: http://svn.gnome.org/viewvc/brasero?rev=856&view=rev

Log:
small typo

Modified:
   trunk/src/brasero-project.c

Modified: trunk/src/brasero-project.c
==============================================================================
--- trunk/src/brasero-project.c	(original)
+++ trunk/src/brasero-project.c	Sat May 31 15:44:50 2008
@@ -2280,13 +2280,13 @@
 
 	if (show_cancel)
 		gtk_dialog_add_buttons (GTK_DIALOG (dialog),
-					_("_Cl_ose without saving"), GTK_RESPONSE_NO,
+					_("Cl_ose without saving"), GTK_RESPONSE_NO,
 					GTK_STOCK_CANCEL, GTK_RESPONSE_CANCEL,
 					GTK_STOCK_SAVE, GTK_RESPONSE_YES,
 					NULL);
 	else
 		gtk_dialog_add_buttons (GTK_DIALOG (dialog),
-					_("_Cl_ose without saving"), GTK_RESPONSE_NO,
+					_("Cl_ose without saving"), GTK_RESPONSE_NO,
 					GTK_STOCK_SAVE, GTK_RESPONSE_YES,
 					NULL);
 



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