Skip to content

Commit 34d0676

Browse files
Sargasticraveit65
authored andcommitted
Change show/hide backup files shortcut
1 parent 2d66485 commit 34d0676

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/caja-window-menus.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -968,7 +968,7 @@ static const GtkToggleActionEntry main_toggle_entries[] =
968968
TRUE
969969
},
970970
/* name, stock id */ { "Show Backup Files", NULL,
971-
/* label, accelerator */ N_("Show _Backup Files"), NULL,
971+
/* label, accelerator */ N_("Show Bac_kup Files"), "<control>K",
972972
/* tooltip */ N_("Toggle the display of backup files in the current window"),
973973
G_CALLBACK (action_show_backup_files_callback),
974974
TRUE

0 commit comments

Comments
 (0)