We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2d66485 commit 34d0676Copy full SHA for 34d0676
src/caja-window-menus.c
@@ -968,7 +968,7 @@ static const GtkToggleActionEntry main_toggle_entries[] =
968
TRUE
969
},
970
/* name, stock id */ { "Show Backup Files", NULL,
971
- /* label, accelerator */ N_("Show _Backup Files"), NULL,
+ /* label, accelerator */ N_("Show Bac_kup Files"), "<control>K",
972
/* tooltip */ N_("Toggle the display of backup files in the current window"),
973
G_CALLBACK (action_show_backup_files_callback),
974
0 commit comments