From a209601a8043bf395941a28f95153c7a14836af1 Mon Sep 17 00:00:00 2001 From: Stefano Karapetsas Date: Fri, 3 Oct 2014 13:54:09 +0200 Subject: file-conflict-dialog: Alt+S is already used in Skip button --- libcaja-private/caja-file-conflict-dialog.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libcaja-private/caja-file-conflict-dialog.c') diff --git a/libcaja-private/caja-file-conflict-dialog.c b/libcaja-private/caja-file-conflict-dialog.c index 798b39c0..d78f961d 100644 --- a/libcaja-private/caja-file-conflict-dialog.c +++ b/libcaja-private/caja-file-conflict-dialog.c @@ -589,7 +589,7 @@ caja_file_conflict_dialog_init (CajaFileConflictDialog *fcd) details->second_hbox = hbox; /* Setup the expander for the rename action */ - details->expander = gtk_expander_new_with_mnemonic (_("_Select a new name for the destination")); + details->expander = gtk_expander_new_with_mnemonic (_("Select a new name for the _destination")); gtk_box_pack_start (GTK_BOX (vbox2), details->expander, FALSE, FALSE, 0); g_signal_connect (details->expander, "activate", G_CALLBACK (expander_activated_cb), dialog); -- cgit v1.2.1