Skip to content

Commit

Permalink
Change show/hide backup files shortcut
Browse files Browse the repository at this point in the history
  • Loading branch information
Sargastic authored and raveit65 committed Dec 27, 2018
1 parent 2d66485 commit 34d0676
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/caja-window-menus.c
Expand Up @@ -968,7 +968,7 @@ static const GtkToggleActionEntry main_toggle_entries[] =
TRUE
},
/* name, stock id */ { "Show Backup Files", NULL,
/* label, accelerator */ N_("Show _Backup Files"), NULL,
/* label, accelerator */ N_("Show Bac_kup Files"), "<control>K",
/* tooltip */ N_("Toggle the display of backup files in the current window"),
G_CALLBACK (action_show_backup_files_callback),
TRUE
Expand Down

0 comments on commit 34d0676

Please sign in to comment.